diff --git a/util.cpp b/util.cpp index 1c64cc75..e988427c 100644 --- a/util.cpp +++ b/util.cpp @@ -112,7 +112,6 @@ namespace filesystem if (!boost::filesystem::is_directory(path)) { path = GetDefaultDataDir(); } - LogPrint("Debug: ",path.string()); return path; }