Browse Source

logging cleanup

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
f0fa52dcbc
  1. 2
      app.js

2
app.js

@ -154,8 +154,6 @@ app.runOnStartup = function() {
}
}
}
console.log("Identified special addresses: " + JSON.stringify(global.specialAddresses));
});
}

Loading…
Cancel
Save