From: Zygo Blaxell Date: Mon, 27 Jan 2025 00:18:21 +0000 (-0500) Subject: seeker: turn off debug logging X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561e604edce990964b880863bb6e0d6eb7b1222e;p=bees seeker: turn off debug logging 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 --- diff --git a/include/crucible/seeker.h b/include/crucible/seeker.h index 1f3b84f9..b4832f5d 100644 --- a/include/crucible/seeker.h +++ b/include/crucible/seeker.h @@ -8,7 +8,7 @@ #include -#if 1 +#if 0 #include #include #define DINIT(__x) __x