mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
Merge pull request #93 from GoASTScanner/bugfix
Remove ast.Print debug message from tryresolve
This commit is contained in:
@@ -77,6 +77,5 @@ func TryResolve(n ast.Node, c *Context) bool {
|
||||
return resolveBinExpr(node, c)
|
||||
}
|
||||
|
||||
ast.Print(c.FileSet, n)
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user