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