Skip to content

Commit

Permalink
feature: remove points debugging
Browse files Browse the repository at this point in the history
Debugging all points is a performance hit and produces
too much data for practical debugging in the field.
  • Loading branch information
tkurki committed Oct 19, 2023
1 parent c64bab3 commit 9a55889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/influx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export class SKInflux {
}
if (!this.onlySelf || isSelf) {
const point = toPoint(context, isSelf, source, pathValue, this.logging.debug)
this.logging.debug(point)
if (point) {
this.writeApi.writePoint(point)
}
Expand Down

0 comments on commit 9a55889

Please sign in to comment.