Remove debug

This commit is contained in:
Meeh 2014-02-01 05:25:59 +01:00
parent 2fd31c6c8d
commit ef9801f704

View file

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