Skip to content

Commit

Permalink
do not use console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaosthu committed Nov 30, 2016
1 parent e54a0fc commit 34b2c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/db/client-metrics-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class ClientMetricsDb {

// Used to poll for new metrics
getNewMetrics (lastKnownId) {
console.log({lastKnownId});
return this.db
.select(METRICS_COLUMNS)
.from(TABLE)
Expand Down

0 comments on commit 34b2c4e

Please sign in to comment.