mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
Remove debug
This commit is contained in:
parent
2fd31c6c8d
commit
ef9801f704
1 changed files with 0 additions and 1 deletions
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…
Add table
Reference in a new issue