From 011b5ec61c9461a21b976e99fe5b566903c5c22c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 Mar 2021 10:46:09 -0600 Subject: [PATCH] remove debug output --- gtk2_ardour/marker.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc index 533bf8459c..f6101963b3 100644 --- a/gtk2_ardour/marker.cc +++ b/gtk2_ardour/marker.cc @@ -271,11 +271,8 @@ ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Container& parent, g _position = pos; unit_position = editor.sample_to_pixel (pos.samples()); - std::cerr << "1marker @ " << unit_position << " from sample " << pos.samples() << std::endl; unit_position -= _shift; - std::cerr << "2marker @ " << unit_position << " from sample " << pos.samples() << " shift was " << _shift << std::endl; - group = new ArdourCanvas::Container (&parent, ArdourCanvas::Duple (unit_position, 1)); #ifdef CANVAS_DEBUG group->name = string_compose ("Marker::group for %1", annotation);