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:
parent
30cd375d03
commit
561e604edc
@ -8,7 +8,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#define DINIT(__x) __x
|
||||
|
Loading…
x
Reference in New Issue
Block a user