mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
remove debug output
This commit is contained in:
parent
7c892d7286
commit
a4b22d1ac7
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ MidiView::size_start_rect ()
|
|||
}
|
||||
|
||||
double width = _editing_context.sample_to_pixel (_midi_region->start().samples());
|
||||
std::cerr << "start is " << _midi_region->start() << " aka " << width << std::endl;
|
||||
_start_boundary_rect->set (ArdourCanvas::Rect (0., 0., width, height()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue