mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
logging cleanup
This commit is contained in:
parent
d6d39f5180
commit
685577b4bb
1 changed files with 0 additions and 4 deletions
|
|
@ -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};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue