summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/keyboard.cc')
-rw-r--r--gtk2_ardour/keyboard.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/keyboard.cc b/gtk2_ardour/keyboard.cc
index 44066715db..1ec1351266 100644
--- a/gtk2_ardour/keyboard.cc
+++ b/gtk2_ardour/keyboard.cc
@@ -611,7 +611,6 @@ Keyboard::load_keybindings (string path)
for (n = names.begin(), b = bindings.begin(), g = groups.begin(); n != names.end(); ++n, ++b, ++g) {
if ((*b).get_mod() & Gdk::RELEASE_MASK) {
- cerr << "Action: " << (*n) << " bound to release of " << (*g) << '+' << (*n) << endl;
release_keys.insert (pair<AccelKey,two_strings> (*b, two_strings (*g, *n)));
}
}