diff --git a/src/dexorder/order/triggers.py b/src/dexorder/order/triggers.py index 88f1760..9aa1c73 100644 --- a/src/dexorder/order/triggers.py +++ b/src/dexorder/order/triggers.py @@ -97,7 +97,7 @@ def start_trigger_updates(): """ Called near the beginning of block handling to initialize any per-block trigger data structures """ - log.debug(f'current clock is {current_clock.get().timestamp} vs {timestamp()} => Δ{current_clock.get().timestamp-timestamp():.1f}s') + # log.debug(f'current clock is {current_clock.get().timestamp} vs {timestamp()} => Δ{current_clock.get().timestamp-timestamp():.1f}s') TimeTrigger.update_all(current_clock.get().timestamp) PriceLineTrigger.clear_data()