From de8e0032890f797cf379d7415e1fe6e1907fc56b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 31 Mar 2013 09:41:51 -0400 Subject: remove debug output --- libs/ardour/file_source.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/file_source.cc') 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); -- cgit v1.2.3