remove some verbiage when creating audiofile sources

git-svn-id: svn://localhost/ardour2/branches/3.0@11213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-01-10 01:57:33 +00:00
parent 9b99745c5a
commit 0c68a56ffb

View 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. */