Remove debug message

This commit is contained in:
Robin Gareus 2023-05-31 18:17:28 +02:00
parent 8f1d188bf3
commit c084f74fda
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

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;
}