remove debug output

This commit is contained in:
Paul Davis
2014-03-13 08:43:07 -04:00
parent 95c214c923
commit c04081681c

View File

@@ -640,8 +640,6 @@ Editor::button_selection (ArdourCanvas::Item* /*item*/, GdkEvent* event, ItemTyp
((event->type != GDK_BUTTON_PRESS && event->type != GDK_BUTTON_RELEASE) || event->button.button > 3) ||
(internal_editing() && mouse_mode != MouseTimeFX)) {
cerr << "gone\n";
return;
}