]> git.hungrycats.org Git - bees/commitdiff
seeker: turn off debug logging
authorZygo Blaxell <bees@furryterror.org>
Mon, 27 Jan 2025 00:18:21 +0000 (19:18 -0500)
committerZygo Blaxell <bees@furryterror.org>
Fri, 7 Feb 2025 03:42:15 +0000 (22:42 -0500)
The debug log is only revealed when something goes wrong, but it is
created and discarded every time `seek_backward` is called, and it
is quite CPU-intensive.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
include/crucible/seeker.h

index 1f3b84f9e9481a73a574a49f2db77a24dc7917d3..b4832f5db9a33d8e105e9339325818f13b6863e9 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <cstdint>
 
-#if 1
+#if 0
 #include <iostream>
 #include <sstream>
 #define DINIT(__x) __x