mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Merge pull request #93 from GoASTScanner/bugfix
Remove ast.Print debug message from tryresolve
This commit is contained in:
commit
e1e435cf33
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)
|
||||
}
|
||||
|
||||
ast.Print(c.FileSet, n)
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue