Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
heggert committed Jan 25, 2021
1 parent cd66825 commit a41683f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/reports-analytics/src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,13 @@ module.exports = class Server {
timestamp: `${event.createdAt}000000`,
});
}
console.log(payload);
await this.influx.writePoints(payload);
} catch (err) {
logger.error(err);
}
}

async handleEvent(event) {
console.log(event.name);
this.writeTs(event, this.eventMap.get(event.name));
}

Expand Down

0 comments on commit a41683f

Please sign in to comment.