Skip to content

Commit 6d756b6

Browse files
mholiday-nytbombsimon
authored andcommitted
Remove a left-over debugging line :-)
1 parent 8084c59 commit 6d756b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wsl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,6 @@ func (p *Processor) findLeadingAndTrailingWhitespaces(ident *ast.Ident, stmt, ne
11011101
// And now if the first statement is passed the number of allowed lines,
11021102
// then we had extra WS, possibly before the first comment group.
11031103
if p.nodeStart(firstStatement) > blockStartLine+allowedLinesBeforeFirstStatement {
1104-
fmt.Printf("error: p.nodeStart(firstStatement)=%d, blockStartLine+allowedLinesBeforeFirstStatement=%d\n", p.nodeStart(firstStatement), blockStartLine+allowedLinesBeforeFirstStatement)
11051104
p.addError(
11061105
blockStartPos,
11071106
reasonBlockStartsWithWS,

0 commit comments

Comments
 (0)