mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Cleanup: remove Println
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user