From 306f29cd4a1e7c7eccd487b105252bd52bb65a50 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 18 Jun 2019 12:34:50 +0200 Subject: [PATCH] Remove debug prints --- src/gmastertrack.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gmastertrack.cxx b/src/gmastertrack.cxx index 21cbbae..b06cbef 100644 --- a/src/gmastertrack.cxx +++ b/src/gmastertrack.cxx @@ -433,10 +433,8 @@ void GMasterTrack::enableFreeRecMode ( bool e ) { void GMasterTrack::enableTempoDial ( bool e ) { if(e) { tempoDial.activate (); - cout << "Enable\n"; } else { tempoDial.deactivate (); - cout << "Disable\n"; } }