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

Loading…
Cancel
Save