mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +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 {
|
if dn, ok := n.(*ast.DeferStmt); ok {
|
||||||
fmt.Println("defer")
|
|
||||||
endpos := s.fileset.Position(dn.End())
|
endpos := s.fileset.Position(dn.End())
|
||||||
deferEndLine = endpos.Line
|
deferEndLine = endpos.Line
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user