Browse Source

cleanup

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
2f946f26c4
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      app.js

2
app.js

@ -511,8 +511,6 @@ app.use(function(req, res, next) {
app.use(function(req, res, next) {
var time = Date.now() - req.start;
console.log("time: " + time);
if (global.influxdb) {
var points = [];
points.push({

Loading…
Cancel
Save