SYNERGY-722 Remove information about drag and drop from Log (#6928)

This commit is contained in:
SerhiiGadzhilov 2021-01-27 21:51:01 +02:00 committed by GitHub
parent 7128f8f5f0
commit 9c8a1c1e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,10 +208,6 @@ App::initApp(int argc, const char** argv)
m_bye(kExitArgs);
}
loggingFilterWarning();
if (argsBase().m_enableDragDrop) {
LOG((CLOG_INFO "drag and drop enabled"));
}
// setup file logging after parsing args
setupFileLogging();