mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
reduce activity logging spam
This commit is contained in:
parent
4f04dbc926
commit
c85d6800c3
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));
|
||||
multipart->append(detailsPart);
|
||||
}
|
||||
qCDebug(networking) << "Logging activity" << action;
|
||||
|
||||
// if no callbacks specified, call our owns
|
||||
if (params.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue