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:
w1z7ard
2007-09-09 22:27:37 +00:00
parent fbaa3092b7
commit 7b7930c8bf
2 changed files with 1 additions and 4 deletions

View File

@ -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;