13
0

Remove debug output from 5426bbfd57

This commit is contained in:
Robin Gareus 2023-10-07 16:59:26 +02:00
parent 5426bbfd57
commit 31730794be
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1919,8 +1919,6 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
break;
case MouseGrid:
cout << "MouseGrid item:" << item << " type: " << item_type << " event: " << event << "\n";
/* MouseGrid clicks are handled by _canvas_grid_zone ,
* We can still get here by single-click on a Tempo, Meter or BBT Marker in the ruler.
*/