mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
Merge pull request #8309 from ZappoMan/reduceLogSpamX
reduce activity logging spam
This commit is contained in:
commit
cb848362ec
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ void UserActivityLogger::logAction(QString action, QJsonObject details, JSONCall
|
||||||
detailsPart.setBody(QJsonDocument(details).toJson(QJsonDocument::Compact));
|
detailsPart.setBody(QJsonDocument(details).toJson(QJsonDocument::Compact));
|
||||||
multipart->append(detailsPart);
|
multipart->append(detailsPart);
|
||||||
}
|
}
|
||||||
qCDebug(networking) << "Logging activity" << action;
|
|
||||||
|
|
||||||
// if no callbacks specified, call our owns
|
// if no callbacks specified, call our owns
|
||||||
if (params.isEmpty()) {
|
if (params.isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue