Skip to content

Commit

Permalink
fix(pnpm): remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki-working committed Jul 27, 2023
1 parent 15d37c6 commit c95dbfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/pnpm/v6.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func (v *v6Lockfile) buildDependencyTree(strict bool) ([]model.DependencyItem, e
return nil, fmt.Errorf("buildDependencyTree: devDependencies name is empty")
}
var version = trimVersionSuffix(pkg.Version)
fmt.Println("----", version)
if version == "" {
if !strict {
continue
Expand Down

0 comments on commit c95dbfc

Please sign in to comment.