STFU! part two

This commit is contained in:
Paul Davis 2014-09-03 15:50:46 -04:00
parent 98c99e983e
commit ec7b341382
3 changed files with 1 additions and 4 deletions

View file

@ -2673,8 +2673,6 @@ ARDOUR_UI::get_session_parameters (bool quit_on_cancel, bool should_be_new, stri
if (should_be_new || session_name.empty()) {
/* need the dialog to get info from user */
cerr << "run dialog\n";
switch (session_dialog.run()) {
case RESPONSE_ACCEPT:
break;

View file

@ -529,7 +529,6 @@ Editor::Editor ()
_cursors = new MouseCursors;
_cursors->set_cursor_set (ARDOUR_UI::config()->get_icon_set());
cerr << "Set cursor set to " << ARDOUR_UI::config()->get_icon_set() << endl;
ArdourCanvas::GtkCanvas* time_pad = manage (new ArdourCanvas::GtkCanvas ());

View file

@ -144,7 +144,7 @@ _pingback (void *arg)
if ( return_str.length() > 140 ) { // like a tweet :)
std::cerr << "Announcement string is too long (probably behind a proxy)." << std::endl;
} else {
std::cerr << "Announcement is: " << return_str << std::endl;
// std::cerr << "Announcement is: " << return_str << std::endl;
//write announcements to local file, even if the
//announcement is empty