diff --git a/html/src/app.js b/html/src/app.js index 6684f483..71b73349 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -1544,7 +1544,11 @@ speechSynthesis.getVoices(); props }); if ($app.debugUserDiff) { - console.log('>', ref.displayName, props); + delete props.last_login; + delete props.last_activity; + if (Object.keys(props).length !== 0) { + console.log('>', ref.displayName, props); + } } } }