From 3fc8645d92f293fcfd3a10affcabdbd75b8714b5 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 20 Nov 2017 16:52:53 -0600 Subject: Remove old comment --- packages/0x.js/src/order_watcher/order_state_watcher.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/0x.js/src/order_watcher') diff --git a/packages/0x.js/src/order_watcher/order_state_watcher.ts b/packages/0x.js/src/order_watcher/order_state_watcher.ts index 84f2128c0..fd7496699 100644 --- a/packages/0x.js/src/order_watcher/order_state_watcher.ts +++ b/packages/0x.js/src/order_watcher/order_state_watcher.ts @@ -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); -- cgit