Merge pull request #93 from GoASTScanner/bugfix

Remove ast.Print debug message from tryresolve
This commit is contained in:
Grant Murphy 2016-12-01 09:27:52 -08:00 committed by GitHub
commit e1e435cf33

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
}