diff --git a/source/source.go b/source/source.go index 2474dcf4..c83257fe 100644 --- a/source/source.go +++ b/source/source.go @@ -197,7 +197,6 @@ func (s *Searcher) NextLines(fname string, line int) (lines []int, err error) { } if dn, ok := n.(*ast.DeferStmt); ok { - fmt.Println("defer") endpos := s.fileset.Position(dn.End()) deferEndLine = endpos.Line return false