fixup! Allow signals to be blocked and resumed, and so make sure that a set of conten... 2523-crash
authorCarl Hetherington <cth@carlh.net>
Wed, 10 May 2023 16:08:17 +0000 (18:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 May 2023 16:08:17 +0000 (18:08 +0200)
src/lib/content.cc

index 1c8aab43ec1022375456773c83cb35d7d69a1036..97edc7c892c33612263ae14b33e403d3a0b1bd11 100644 (file)
@@ -257,7 +257,6 @@ Content::set_trim_start(shared_ptr<const Film> film, ContentTime t)
                audio->modify_trim_start(film, t);
        }
 
-       std::cout << "TRIM_START from set_trim_start\n";
        ContentChangeSignaller cc (this, ContentProperty::TRIM_START);
 
        {