1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +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>
Dieser Commit ist enthalten in:
Zygo Blaxell
2025-01-26 19:18:21 -05:00
Ursprung 30cd375d03
Commit 561e604edc
+1 -1
Datei anzeigen
@@ -8,7 +8,7 @@
#include <cstdint>
#if 1
#if 0
#include <iostream>
#include <sstream>
#define DINIT(__x) __x