summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/gtkmm2ext/pane.cc1
1 files changed, 0 insertions, 1 deletions
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);
}