mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
remove debug output
This commit is contained in:
parent
88f35a9c09
commit
774658e01c
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ LineSet::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
|||
context->line_to (intersection.x1, c);
|
||||
} else {
|
||||
Coord c = item_to_window (Duple (l.pos, 0.), false).x;
|
||||
std::cerr << "draw line of " << l.width << " @ " << c << " from " << l.pos << std::endl;
|
||||
context->move_to (c, intersection.y0);
|
||||
context->line_to (c, intersection.y1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue