diff --git a/src/projectM-engine/Parser.hpp b/src/projectM-engine/Parser.hpp index 53aba7304..80996d24f 100755 --- a/src/projectM-engine/Parser.hpp +++ b/src/projectM-engine/Parser.hpp @@ -28,8 +28,7 @@ #ifndef _PARSER_H #define _PARSER_H - -#define PARSE_DEBUG 2 +#define PARSE_DEBUG 0 //#define PARSE_DEBUG 0 #include diff --git a/src/projectM-engine/Preset.cpp b/src/projectM-engine/Preset.cpp index ae75abbb1..7a0ebc25c 100755 --- a/src/projectM-engine/Preset.cpp +++ b/src/projectM-engine/Preset.cpp @@ -493,8 +493,6 @@ int Preset::readIn(std::istream & fs) { this->name = std::string(tmp_name); - std::cerr << "[Preset::readIn] preset \"" << this->name << "\" parsed." << std::endl;; - // Loop through each line in file, trying to succesfully parse the file. // If a line does not parse correctly, keep trucking along to next line. int retval;