Skip to content

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 24, 2024
1 parent e42e5b5 commit 69e8206
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 69e8206

Please sign in to comment.