From 93401d1883bfd078559d0cd4389422585341b238 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Jan 2022 12:02:05 -0700 Subject: [PATCH] remove debug output --- gtk2_ardour/marker.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc index 3e0f40dea6..83406af5b0 100644 --- a/gtk2_ardour/marker.cc +++ b/gtk2_ardour/marker.cc @@ -570,7 +570,6 @@ void ArdourMarker::set_position (timepos_t const & pos) { unit_position = editor.sample_to_pixel (pos.samples()) - _shift; - cerr << "marker @ " << this << " set pos to " << unit_position << endl; group->set_x_position (unit_position); setup_line (); _position = pos;