13
0

remove debug output

This commit is contained in:
Paul Davis 2014-10-15 19:08:46 -04:00
parent 5d53335300
commit 49b9d22217

View 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;
}