mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
STFU! part two
This commit is contained in:
parent
98c99e983e
commit
ec7b341382
3 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 ());
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue