Remove some debug output (gtk2_ardour)
authorRobin Gareus <robin@gareus.org>
Sun, 6 Aug 2017 12:50:45 +0000 (14:50 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 6 Aug 2017 12:50:45 +0000 (14:50 +0200)
gtk2_ardour/keyboard.cc

index 102aa2b7b7d0a2117d7b9a23c00884c90ae93f25..cd14f3b818c67276e78d1906252a10234b95dd54 100644 (file)
@@ -170,8 +170,6 @@ ArdourKeyboard::setup_keybindings ()
                keybindings_path = default_bindings;
        }
 
-       cerr << "KP is " << keybindings_path << endl;
-
        while (true) {
 
                if (!Glib::path_is_absolute (keybindings_path)) {