mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 17:09:40 +00:00
removed a leftover debug message
This commit is contained in:
parent
b7c006b898
commit
ba55b51627
1 changed files with 0 additions and 1 deletions
|
@ -57,6 +57,5 @@ std::string Files::getPath (PathTypeEnum parType, const std::string parApp, cons
|
||||||
}
|
}
|
||||||
|
|
||||||
theBasePath.append(parFile);
|
theBasePath.append(parFile);
|
||||||
std::cout << "theBasePath is " << theBasePath << std::endl;
|
|
||||||
return theBasePath;
|
return theBasePath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue