Remove old comment

This commit is contained in:
Leonid Logvinov
2017-11-20 16:52:53 -06:00
parent 3e0371685f
commit 3fc8645d92

View File

@@ -150,7 +150,6 @@ export class OrderStateWatcher {
error: ExchangeContractErrs.OrderFillExpired,
};
if (!_.isUndefined(this._orderByOrderHash[orderHash])) {
// We need this check because we never remove the orders from expiration watcher
await this.removeOrderAsync(orderHash);
if (!_.isUndefined(this._callbackIfExists)) {
this._callbackIfExists(orderState);