Browse Source

Remove debug

pull/21/head
Meeh 11 years ago
parent
commit
ef9801f704
  1. 1
      util.cpp

1
util.cpp

@ -112,7 +112,6 @@ namespace filesystem
if (!boost::filesystem::is_directory(path)) { if (!boost::filesystem::is_directory(path)) {
path = GetDefaultDataDir(); path = GetDefaultDataDir();
} }
LogPrint("Debug: ",path.string());
return path; return path;
} }

Loading…
Cancel
Save