Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Nov 1, 2023
1 parent 06575c7 commit 4370bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domain/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class NodeManager {
ccns = await this.parseScores(ccns, false)
ccns = await this.parseMetrics(ccns, false)

console.log(ccns)
// console.log(ccns)

return ccns
}
Expand All @@ -176,7 +176,7 @@ export class NodeManager {
crns = await this.parseScores(crns, true)
crns = await this.parseMetrics(crns, true)

console.log(crns)
// console.log(crns)

return crns
}
Expand Down

0 comments on commit 4370bd8

Please sign in to comment.