diff options
Diffstat (limited to 'src/instrumentparser.cc')
-rw-r--r-- | src/instrumentparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrumentparser.cc b/src/instrumentparser.cc index 5198959..fdeb934 100644 --- a/src/instrumentparser.cc +++ b/src/instrumentparser.cc @@ -35,7 +35,7 @@ InstrumentParser::InstrumentParser(const std::string &file, Instrument &i) : instrument(i) { s = NULL; - printf("Parsing instrument in %s\n", file.c_str()); + // printf("Parsing instrument in %s\n", file.c_str()); path = getPath(file); fd = fopen(file.c_str(), "r"); if(!fd) return; |