1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00

Remove ast.Print debug message from tryresolve

This commit is contained in:
Grant Murphy 2016-12-01 09:24:58 -08:00
parent d30c5cde36
commit dcfd97c57d

View File

@ -77,6 +77,5 @@ func TryResolve(n ast.Node, c *Context) bool {
return resolveBinExpr(node, c)
}
ast.Print(c.FileSet, n)
return false
}