diff --git a/components/files/path.cpp b/components/files/path.cpp index 4191c6014..d540f1c14 100644 --- a/components/files/path.cpp +++ b/components/files/path.cpp @@ -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; }