Skip to content

Commit

Permalink
refactor!: Remove iConn.setTimeout()
Browse files Browse the repository at this point in the history
This was used to set the timeout of `iConn.run()` when in sync mode.

We no longer support sync mode therfore this is now removed.
  • Loading branch information
abmusse committed Apr 4, 2020
1 parent c2197ab commit c978c41
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/Deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,6 @@ class iConn {
this.connection = new Connection(options);
}

/**
* @description override the default timeout value for sync mode.
*/
// eslint-disable-next-line class-methods-use-this
setTimeout() {
iConnDeprecate('As of v1.0, \'iConn.setTimeout()\' is deprecated and sync mode is disabled');
}

/**
* @description
* enables or disables the verbose mode for debugging
Expand Down

0 comments on commit c978c41

Please sign in to comment.