diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc index 0aa0a4ade8..0921498186 100644 --- a/libs/ardour/file_source.cc +++ b/libs/ardour/file_source.cc @@ -111,8 +111,6 @@ FileSource::init (const string& pathstr, bool must_exist) { _timeline_position = 0; - cerr << "FileSource looking for " << pathstr << endl; - if (Stateful::loading_state_version < 3000) { if (!find_2X (_session, _type, pathstr, must_exist, _file_is_new, _channel, _path)) { throw MissingSource (pathstr, _type);