From edae00e71929466bd9e84af40ca8ac545fed7540 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Mar 2023 19:20:12 +0100 Subject: [PATCH] fs/Charset: remove useless log message --- src/fs/Charset.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fs/Charset.cxx b/src/fs/Charset.cxx index 11b04c724..5a207fc0d 100644 --- a/src/fs/Charset.cxx +++ b/src/fs/Charset.cxx @@ -20,7 +20,6 @@ #include "Charset.hxx" #include "Features.hxx" #include "Domain.hxx" -#include "Log.hxx" #include "lib/icu/Converter.hxx" #include "util/AllocatedString.hxx" #include "config.h" @@ -47,9 +46,6 @@ SetFSCharset(const char *charset) fs_converter = IcuConverter::Create(charset); assert(fs_converter != nullptr); - - FmtDebug(path_domain, - "SetFSCharset: fs charset is {}", fs_charset); } #endif