summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.cpp')
-rw-r--r--src/client/Client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp
index 4ec929c..326bb05 100644
--- a/src/client/Client.cpp
+++ b/src/client/Client.cpp
@@ -431,9 +431,7 @@ std::vector<std::string> Client::DirectorySearch(std::string directory, std::str
findFileHandle = _findfirst(fileMatch.c_str(), &currentFile);
if (findFileHandle == -1L)
{
-#ifdef DEBUG
printf("Unable to open directory\n");
-#endif
return std::vector<std::string>();
}
do