Remove annoying debug message

This commit is contained in:
Robin Gareus 2021-09-23 21:32:05 +02:00
parent e145a67ed6
commit e165e92268
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

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