mirror of
https://github.com/Zygo/bees.git
synced 2025-07-05 10:02:27 +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:
@ -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
|
||||||
|
Reference in New Issue
Block a user