Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit c255288

Browse files
author
Roman Labunsky
committed
fix: removed extra logging
1 parent 839b7a3 commit c255288

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/cli-renderer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class Renderer {
9393
}
9494

9595
getScore(pkgData, weights) {
96-
this.logger.info(pkgData)
9796
let calculatedScore
9897
if (Object.keys(weights).length > 0)
9998
calculatedScore = score.calculatePackageScore(pkgData, weights, true)

0 commit comments

Comments
 (0)