canvas: remove debug output

This commit is contained in:
Paul Davis 2021-09-10 12:57:43 -06:00
parent 4806e10aa1
commit be461e95e1

View File

@ -1541,7 +1541,6 @@ GtkCanvasViewport::on_size_request (Gtk::Requisition* req)
Distance height;
_canvas.root()->size_request (width, height);
cerr << "OSR size canvas to " << width << " x " << height << endl;
_canvas.request_size (Duple (width, height));
req->width = width;