From 83be48b6922b3de83d91cc6d1962a404f0e820f1 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 16 Nov 2025 20:02:42 +0100 Subject: Disable debug prints --- daemon/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3