From e9752ff93ea44098fd8c02b21a3a787ef1cbf3ab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 9 Aug 2016 21:26:22 -0400 Subject: [PATCH] remove debug output --- libs/gtkmm2ext/pane.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gtkmm2ext/pane.cc b/libs/gtkmm2ext/pane.cc index e6b067522e..be1f63c485 100644 --- a/libs/gtkmm2ext/pane.cc +++ b/libs/gtkmm2ext/pane.cc @@ -193,7 +193,6 @@ Pane::on_remove (Widget* w) void Pane::on_size_allocate (Gtk::Allocation& alloc) { - std::cerr << "pane @ " << this << " reallocated as " << alloc.get_width() << " x " << alloc.get_height() << std::endl; reallocate (alloc); Container::on_size_allocate (alloc); } -- 2.30.2