Removed unused variable MAX_MSGLEN in LogManager.cpp
This commit is contained in:
parent
0a2aabe6ec
commit
5d2290ba3c
|
@ -23,8 +23,6 @@
|
|||
|
||||
namespace Common::Log
|
||||
{
|
||||
constexpr size_t MAX_MSGLEN = 1024;
|
||||
|
||||
const Config::Info<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"},
|
||||
false};
|
||||
const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{
|
||||
|
|
Loading…
Reference in New Issue