From 9232f41176eca71433cb52216c5ec38ee56febf9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 24 Mar 2023 23:20:15 +0100 Subject: [PATCH] Remove debug output --- gtk2_ardour/audio_clock.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk2_ardour/audio_clock.cc b/gtk2_ardour/audio_clock.cc index d57de26632..1488bfe259 100644 --- a/gtk2_ardour/audio_clock.cc +++ b/gtk2_ardour/audio_clock.cc @@ -846,9 +846,6 @@ AudioClock::session_configuration_changed (std::string p) void AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force) { - if (!is_duration) { - printf ("SET is_duration = true\n"); - } is_duration = true; if ((!force && !get_visible()) || !_session) { @@ -925,9 +922,6 @@ AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force) void AudioClock::set (timepos_t const & w, bool force) { - if (is_duration) { - printf ("SET is_duration = false\n"); - } is_duration = false; timepos_t when (w);