remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Jul 2015 16:56:00 +0000 (12:56 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Feb 2016 20:31:21 +0000 (15:31 -0500)
gtk2_ardour/rc_option_editor.cc

index 1d78c8e855a154292d2b8b73be8035a9f20d4827..5bb68bd6e5200334ae5eabe4cad5c0eef4c102b9 100644 (file)
@@ -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;