From ba55b51627d2f4b1fc7bfaee8b2c993f73422c15 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sun, 26 Jun 2011 21:29:22 +0200 Subject: [PATCH] removed a leftover debug message --- components/files/path.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/files/path.cpp b/components/files/path.cpp index 4191c6014b..d540f1c141 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; }