mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 20:09:37 +02:00
activitylogger still disabled but does not output to console
This commit is contained in:
parent
28b27a1e48
commit
fd7ac223b0
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ void UserActivityLogger::disable(bool disable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void UserActivityLogger::logAction(QString action, QJsonObject details, JSONCallbackParameters params) {
|
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;
|
return;
|
||||||
if (_disabled.get()) {
|
if (_disabled.get()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue