Skip to content

Commit

Permalink
Remove unnessary comment from format.go
Browse files Browse the repository at this point in the history
Signed-off-by: Amith K K <[email protected]>
  • Loading branch information
amithkk committed Oct 4, 2021
1 parent b4a9852 commit b7f15d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (f *Format) Render() error {
return err
}

//packages, otherLicenses, err := f.buildPackages(modules)
err = f.annotateDocumentWithPackages(modules, document)
if err != nil {
return err
Expand Down

0 comments on commit b7f15d0

Please sign in to comment.