1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:09:41 +00:00

removed a leftover debug message

This commit is contained in:
Marc Zinnschlag 2011-06-26 21:29:22 +02:00
parent b7c006b898
commit ba55b51627

View file

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