1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

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;
}