mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-28 16:44:31 +00:00
fix log
This commit is contained in:
parent
7696dd432d
commit
205b2ee28c
@ -72,7 +72,7 @@ bool Controller::send() {
|
||||
QList<Feature> sendData = {};
|
||||
auto userParams = QuasarAppUtils::Params::getUserParamsMap();
|
||||
for (auto val = userParams.begin(); val != userParams.end(); ++val) {
|
||||
if (val.key() == "verbose" || val.key() == "fileLog") {
|
||||
if (val.key() == "verbose" || val.key() == "fileLog" || val.key() == "exec") {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user