From cdbae7738c35268fd9a208be0618c4ea11475935 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 23 Jan 2012 20:33:17 +0100 Subject: New config interface (xml). Instruments now contains pointers (fix memleak). --- src/instrumentparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrumentparser.cc') 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; -- cgit v1.2.3