Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Rempe committed Oct 15, 2018
2 parents c796568 + 3b143b8 commit c27a6e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ ShadowedInflux.prototype.writePoints = function(points = [], opts = {}) {
? this.eventQueue.splice(0, this.eventQueueBatchSize)
: points

console.log(
'InfluxDB : PROCESSING : Writing points...',
JSON.stringify(events)
)
console.log('InfluxDB : PROCESSING : Writing points...')

return this.writePointsHttp(JSON.parse(JSON.stringify(events)), opts).then(
res => {
Expand Down

0 comments on commit c27a6e8

Please sign in to comment.