From 4d546b6818644f2eee3850ee355e4ce06c2416ed Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sun, 16 Dec 2012 16:40:29 +0000 Subject: [PATCH] Print errors regardless of build type --- src/client/Client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 4ec929c12..326bb055a 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -431,9 +431,7 @@ std::vector Client::DirectorySearch(std::string directory, std::str findFileHandle = _findfirst(fileMatch.c_str(), ¤tFile); if (findFileHandle == -1L) { -#ifdef DEBUG printf("Unable to open directory\n"); -#endif return std::vector(); } do