mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove annoying debug message
This commit is contained in:
parent
e145a67ed6
commit
e165e92268
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ CairoWidget::on_expose_event (GdkEventExpose *ev)
|
|||
cr->set_source_rgb (bg.get_red_p(), bg.get_green_p(), bg.get_blue_p());
|
||||
cr->fill ();
|
||||
} else {
|
||||
std::cerr << get_name() << " skipped bg fill\n";
|
||||
cr->clip ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue