mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Remove ast.Print debug message from tryresolve
This commit is contained in:
parent
d30c5cde36
commit
dcfd97c57d
1 changed files with 0 additions and 1 deletions
|
@ -77,6 +77,5 @@ func TryResolve(n ast.Node, c *Context) bool {
|
||||||
return resolveBinExpr(node, c)
|
return resolveBinExpr(node, c)
|
||||||
}
|
}
|
||||||
|
|
||||||
ast.Print(c.FileSet, n)
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue