Remove comment

This commit is contained in:
Leonid Logvinov
2017-11-20 11:16:40 -06:00
parent fa2c4160b5
commit 67ad07020d

View File

@@ -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;
/**