Merge pull request #8309 from ZappoMan/reduceLogSpamX

reduce activity logging spam
This commit is contained in:
James B. Pollack 2016-07-24 19:06:52 -07:00 committed by GitHub
commit cb848362ec

View file

@ -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()) {