From ef9801f704ce012cdfacf00a3175dc87cc649a77 Mon Sep 17 00:00:00 2001 From: Meeh Date: Sat, 1 Feb 2014 05:25:59 +0100 Subject: [PATCH] Remove debug --- util.cpp | 1 - 1 file changed, 1 deletion(-) 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; }