mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
remove debug output
This commit is contained in:
parent
36609c4067
commit
011b5ec61c
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue