13
0

remove debug output

This commit is contained in:
Paul Davis 2015-07-09 12:56:00 -04:00
parent 77b6b25f2d
commit aa637cd534

View 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;