Remove debug message

This commit is contained in:
Robin Gareus
2023-05-31 18:17:28 +02:00
parent 8f1d188bf3
commit c084f74fda

View File

@@ -665,7 +665,6 @@ Playlist::clear_pending ()
void
Playlist::region_going_away (std::weak_ptr<Region> region)
{
printf ("Playlist::region_going_away..\n");
if (_session.deletion_in_progress ()) {
return;
}