Remove another accidentally commited debug message

This commit is contained in:
Robin Gareus 2023-10-07 18:25:32 +02:00
parent f78d82a192
commit cece64e649
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1881,7 +1881,6 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
switch (item_type) {
case RegionItem:
{
printf ("RegionItem\n");
/* since we have FreehandLineDrag we can only get here after a drag, when no movement has happend */
assert (were_dragging);