mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
remove accumulated debug output
This commit is contained in:
parent
a0f2ae4833
commit
4151ec1907
3 changed files with 0 additions and 23 deletions
|
|
@ -769,8 +769,6 @@ GtkCanvas::deliver_event (GdkEvent* event)
|
|||
|
||||
Item* parent = item->parent ();
|
||||
|
||||
DEBUG_TRACE (PBD::DEBUG::CanvasEvents, string_compose ("consider delivery to %1 %2 (ignored = ? %3)\n", item->whatami(), item->name.empty() ? "[unknown]" : item->name, item->ignore_events()));
|
||||
|
||||
if (!item->ignore_events () &&
|
||||
item->Event (event)) {
|
||||
/* this item has just handled the event */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue