summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-16 16:40:29 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-16 16:40:29 (GMT)
commit4d546b6818644f2eee3850ee355e4ce06c2416ed (patch)
treeec4a7389cfcfc9ba5167d7e7250bb06e80d5a34b /src/client/Client.cpp
parent0c5e99aef6c997b8bce53189537523e7f742d64b (diff)
downloadpowder-4d546b6818644f2eee3850ee355e4ce06c2416ed.zip
powder-4d546b6818644f2eee3850ee355e4ce06c2416ed.tar.gz
Print errors regardless of build type
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