From fa78e7ce9c2341ceaa41ff8497616928c27f63ac Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:09:23 +0100 Subject: [PATCH] Update codex/stores/repostore/store.nim Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ben Bierens <39762930+benbierens@users.noreply.github.com> --- codex/stores/repostore/store.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex/stores/repostore/store.nim b/codex/stores/repostore/store.nim index c32eb805..1137f3e4 100644 --- a/codex/stores/repostore/store.nim +++ b/codex/stores/repostore/store.nim @@ -27,8 +27,7 @@ import ../../logutils import ../../merkletree import ../../utils -const - codex_enable_repostore_timinglogs* {.booldefine.} = false +const codex_enable_repostore_timinglogs* {.booldefine.} = false when codex_enable_repostore_timinglogs: import std/monotimes