Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Nov 29, 2019
1 parent fe85bdf commit 5e7da3d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,6 @@ describe('SPM for Node.js tests', function () {

function checkMetrics (metric) {
const { uptime, processes } = metric.fields
const pid = metric.tags['nodejs.process.pid']
const ppid = metric.tags['nodejs.process.ppid']
const type = metric.tags['nodejs.process.type']

console.log(
pid,
ppid,
type,
uptime,
processes
)

if (uptime) {
metricCounter++
Expand Down

0 comments on commit 5e7da3d

Please sign in to comment.