From ae72eee3a328b4afa6317a6b633c7032fce89a39 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 May 2023 18:08:17 +0200 Subject: [PATCH] fixup! Allow signals to be blocked and resumed, and so make sure that a set of content changes taken from an examiner are handled at the same time. --- src/lib/content.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/content.cc b/src/lib/content.cc index 1c8aab43e..97edc7c89 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -257,7 +257,6 @@ Content::set_trim_start(shared_ptr film, ContentTime t) audio->modify_trim_start(film, t); } - std::cout << "TRIM_START from set_trim_start\n"; ContentChangeSignaller cc (this, ContentProperty::TRIM_START); { -- 2.30.2