remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Aug 2016 01:26:22 +0000 (21:26 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Aug 2016 01:26:27 +0000 (21:26 -0400)
libs/gtkmm2ext/pane.cc

index e6b067522ec48bc36cdef7cb27ab020250f04895..be1f63c48531d5ee4e6124f98391023a55808c7c 100644 (file)
@@ -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);
 }