remove accumulated debug output

This commit is contained in:
Paul Davis 2020-03-25 15:12:13 -06:00
parent a0f2ae4833
commit 4151ec1907
3 changed files with 0 additions and 23 deletions

View file

@ -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 */