Remove some spurious printouts

This commit is contained in:
Ben Loftis 2021-12-08 13:39:38 -06:00
parent be27e7359f
commit 972229a02f
2 changed files with 0 additions and 4 deletions

View file

@ -897,7 +897,6 @@ GtkCanvas::on_realize ()
void
GtkCanvas::on_size_allocate (Gtk::Allocation& a)
{
std::cerr << "GtkCanvas::size_allocate (" << a.get_width() << " x " << a.get_height() << ")\n";
EventBox::on_size_allocate (a);
if (_use_image_surface) {