From: Paul Davis Date: Wed, 10 Aug 2016 01:26:22 +0000 (-0400) Subject: remove debug output X-Git-Tag: 5.0~1 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=e9752ff93ea44098fd8c02b21a3a787ef1cbf3ab remove debug output --- 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); }