From 829ec58f8fcc3a775a4ec84c75ea0d2bdd25e9d7 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 23 Oct 2024 13:37:11 -0400 Subject: [PATCH] log tweaks --- src/dexorder/order/triggers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()