summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-09 21:26:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-09 21:26:27 -0400
commite9752ff93ea44098fd8c02b21a3a787ef1cbf3ab (patch)
treea7334d08c78f94d01acfa47bf0dd1b9ef6b18bb8
parent55089df0c48802912b67393b92b2dc4f2a6357cd (diff)
remove debug output
-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);
}