diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-11-16 20:02:42 +0100 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-11-16 20:02:42 +0100 |
| commit | 83be48b6922b3de83d91cc6d1962a404f0e820f1 (patch) | |
| tree | fbe02f312d7053e772a2dc2cc0d9f1402dc1b082 | |
| parent | 34b30a75b1a741c704aff64edc12fbfbf51f6523 (diff) | |
| -rw-r--r-- | daemon/src/main.cpp | 2 |
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() { |
