remove debug output

This commit is contained in:
Paul Davis 2025-06-03 17:11:45 -06:00
parent 88f35a9c09
commit 774658e01c

View file

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