Skip to content

Commit

Permalink
logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Nov 18, 2024
1 parent d6d39f5 commit 685577b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,11 +1645,7 @@ function trackAppEvent(name, count=1, params=null) {

let props = objectProperties(params);

console.log("props=" + JSON.stringify(props));

props.forEach(prop => {
console.log("prop=" + prop);

if (global.appEventStats[name].params[prop] == null) {
global.appEventStats[name].params[prop] = {count: 0};
}
Expand Down

0 comments on commit 685577b

Please sign in to comment.