mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
remove debug output
This commit is contained in:
parent
5d53335300
commit
49b9d22217
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue