From: Paul Davis Date: Thu, 9 Jul 2015 16:56:00 +0000 (-0400) Subject: remove debug output X-Git-Tag: 5.0-pre0~1628 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=aa637cd534b51f5607fceb711cf652052af68a30;p=ardour.git remove debug output --- diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 1d78c8e855..5bb68bd6e5 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3259,8 +3259,6 @@ RCOptionEditor::use_own_window (bool and_fill_it) if (win && new_window) { win->set_name ("PreferencesWindow"); ARDOUR_UI::instance()->setup_toplevel_window (*win, _("Preferences"), this); - - cerr << "created prefs window\n"; } return win;