mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-17 04:45:33 +00:00
parse debug cleanup
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@423 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user