fs/Charset: remove useless log message
This commit is contained in:
parent
fb695bc55f
commit
edae00e719
@ -20,7 +20,6 @@
|
|||||||
#include "Charset.hxx"
|
#include "Charset.hxx"
|
||||||
#include "Features.hxx"
|
#include "Features.hxx"
|
||||||
#include "Domain.hxx"
|
#include "Domain.hxx"
|
||||||
#include "Log.hxx"
|
|
||||||
#include "lib/icu/Converter.hxx"
|
#include "lib/icu/Converter.hxx"
|
||||||
#include "util/AllocatedString.hxx"
|
#include "util/AllocatedString.hxx"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
@ -47,9 +46,6 @@ SetFSCharset(const char *charset)
|
|||||||
|
|
||||||
fs_converter = IcuConverter::Create(charset);
|
fs_converter = IcuConverter::Create(charset);
|
||||||
assert(fs_converter != nullptr);
|
assert(fs_converter != nullptr);
|
||||||
|
|
||||||
FmtDebug(path_domain,
|
|
||||||
"SetFSCharset: fs charset is {}", fs_charset);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user