removed a leftover debug message

actorid
Marc Zinnschlag 14 years ago
parent b7c006b898
commit ba55b51627

@ -57,6 +57,5 @@ std::string Files::getPath (PathTypeEnum parType, const std::string parApp, cons
}
theBasePath.append(parFile);
std::cout << "theBasePath is " << theBasePath << std::endl;
return theBasePath;
}

Loading…
Cancel
Save