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);