remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 15 Oct 2014 23:08:46 +0000 (19:08 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 15 Oct 2014 23:08:46 +0000 (19:08 -0400)
libs/evoral/src/SMF.cpp

index ed9f727bfd5a9daa3ab64cb8a7f1de1f836195c6..047763723e213d6297405d1c99d809179260c37f 100644 (file)
@@ -116,8 +116,6 @@ SMF::open(const std::string& path, int track) THROW_FILE_ERROR
                return -1;
        }
 
-       cerr << "OPen " << _file_path << " for I/O\n";
-
        if ((_smf = smf_load (f)) == 0) {
                return -1;
        }