1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

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 <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2025-01-26 19:18:21 -05:00
parent 30cd375d03
commit 561e604edc

View File

@ -8,7 +8,7 @@
#include <cstdint> #include <cstdint>
#if 1 #if 0
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#define DINIT(__x) __x #define DINIT(__x) __x