remove debug output

This commit is contained in:
Paul Davis 2021-03-25 10:46:09 -06:00
parent 36609c4067
commit 011b5ec61c
1 changed files with 0 additions and 3 deletions

View File

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