From bb8f6a3d669aaf2eddd47a06074aecfe54f3c186 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 22 Jul 2024 20:28:45 +0200 Subject: [PATCH] Remove debug output --- libs/ardour/session.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 06ef96cfbd..fb838e483d 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -4923,7 +4923,6 @@ Session::remove_source (std::weak_ptr src, bool drop_references) SourceRemoved (src); /* EMIT SIGNAL */ if (drop_references) { - printf ("Source->drop_references!\n"); source->drop_references (); /* Removing a Source cannot be undone. * We need to clear all undo commands that reference the