From 67ad07020de52eccc27b088ad51094cb319db946 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 20 Nov 2017 11:16:40 -0600 Subject: Remove comment --- packages/0x.js/src/order_watcher/expiration_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/expiration_watcher.ts b/packages/0x.js/src/order_watcher/expiration_watcher.ts index 0f73d088a..cd73f1d1f 100644 --- a/packages/0x.js/src/order_watcher/expiration_watcher.ts +++ b/packages/0x.js/src/order_watcher/expiration_watcher.ts @@ -6,7 +6,6 @@ import {SignedOrder, ZeroExError} from '../types'; import {Heap} from '../utils/heap'; import {ZeroEx} from '../0x'; -// Order prunning is very fast const DEFAULT_ORDER_EXPIRATION_CHECKING_INTERVAL_MS = 50; /** -- cgit