Skip to content

Commit 2b7250a

Browse files
authored
Merge pull request #17 from ldez/fix/remove-logs
fix: remove debug logs
2 parents e42e5b5 + 69e8206 commit 2b7250a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tagalign.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ func Run(pass *analysis.Pass, options ...Option) {
4343
continue
4444
}
4545

46-
println(filename)
47-
4846
h := &Helper{
4947
style: DefaultStyle,
5048
align: true,

0 commit comments

Comments
 (0)