13
0

remove some debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13846 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-15 15:12:40 +00:00
parent d7ea70f4f1
commit ccdcb135fa
2 changed files with 0 additions and 3 deletions

View File

@ -305,7 +305,6 @@ ArdourStartup::session_folder ()
if (ic_new_session_button.get_active()) {
std::string legal_session_folder_name = legalize_for_path (new_name_entry.get_text());
cerr << "using NFC @ " << &new_folder_chooser << ' ' << new_folder_chooser.get_current_folder() << " file " << new_folder_chooser.get_filename() << endl;
return Glib::build_filename (new_folder_chooser.get_current_folder(), legal_session_folder_name);
} else if (_existing_session_chooser_used) {
/* existing session chosen from file chooser */

View File

@ -1634,8 +1634,6 @@ Session::new_midi_track (const ChanCount& input, const ChanCount& output, boost:
RouteList new_routes;
list<boost::shared_ptr<MidiTrack> > ret;
cerr << "Adding MIDI track with in = " << input << " out = " << output << endl;
bool const use_number = (how_many != 1) || name_template.empty () || name_template == _("MIDI");
while (how_many) {