activitylogger still disabled but does not output to console

This commit is contained in:
Kalila R 2019-11-11 20:08:03 -05:00
parent 28b27a1e48
commit fd7ac223b0

View file

@ -35,7 +35,8 @@ void UserActivityLogger::disable(bool disable) {
}
void UserActivityLogger::logAction(QString action, QJsonObject details, JSONCallbackParameters params) {
qCDebug(networking).nospace() << ">>> UserActivityLogger::logAction(" << action << "," << QJsonDocument(details).toJson();
// qCDebug(networking).nospace() << ">>> UserActivityLogger::logAction(" << action << "," << QJsonDocument(details).toJson();
// This logs what the UserActivityLogger would normally send to centralized servers.
return;
if (_disabled.get()) {
return;