remove some verbiage when creating audiofile sources 3.0-beta2
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Jan 2012 01:57:33 +0000 (01:57 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Jan 2012 01:57:33 +0000 (01:57 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11213 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/audiofilesource.cc

index d3d3a4f4a77e85a02afc9f9d27ad2f5562450e1b..7b88762a41d30d6842bde7eefb63ce116ba83fd7 100644 (file)
@@ -103,7 +103,6 @@ AudioFileSource::AudioFileSource (Session& s, const string& path, Source::Flag f
        if (init (_path, true)) {
                throw failed_constructor ();
        }
-        cerr << "audiofile source created with path " << path << endl;
 }
 
 /** Constructor used for new internal-to-session files. */