undo the hiding of SR-dependent LV2 ports
[ardour.git] / libs / ardour / file_source.cc
index 0aa0a4ade82bfc78841e3181433ea27de5c34768..09214981861f142536d714b894b44adeb8e2d2a1 100644 (file)
@@ -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);