diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-10 18:08:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-10 18:08:17 +0200 |
| commit | ae72eee3a328b4afa6317a6b633c7032fce89a39 (patch) | |
| tree | 1ad0967bf4cbf1d2cfb26eb8a91ef528b29beb13 /src | |
| parent | 6b8946ea9dc45bfdde5e8ceb5068d328e6f81812 (diff) | |
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.2523-crash
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/content.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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<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); { |
