aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-11-16 20:02:42 +0100
committerEddy Pedroni <epedroni@pm.me>2025-11-16 20:02:42 +0100
commit83be48b6922b3de83d91cc6d1962a404f0e820f1 (patch)
treefbe02f312d7053e772a2dc2cc0d9f1402dc1b082
parent34b30a75b1a741c704aff64edc12fbfbf51f6523 (diff)
Disable debug printsHEADmaster
-rw-r--r--daemon/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/src/main.cpp b/daemon/src/main.cpp
index b2b1e52..f611e39 100644
--- a/daemon/src/main.cpp
+++ b/daemon/src/main.cpp
@@ -9,7 +9,7 @@
using namespace midi_router;
-bool const verbose = true;
+bool const verbose = false;
int main()
{