Skip to content

Commit

Permalink
Merge pull request #17 from ldez/fix/remove-logs
Browse files Browse the repository at this point in the history
fix: remove debug logs
  • Loading branch information
4meepo authored Dec 26, 2024
2 parents e42e5b5 + 69e8206 commit 2b7250a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tagalign.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ func Run(pass *analysis.Pass, options ...Option) {
continue
}

println(filename)

h := &Helper{
style: DefaultStyle,
align: true,
Expand Down

0 comments on commit 2b7250a

Please sign in to comment.