We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f0ea6 commit 7d564c0Copy full SHA for 7d564c0
1 file changed
expr.go
@@ -244,7 +244,6 @@ func Eval(input string, env any) (any, error) {
244
if err != nil {
245
return nil, err
246
}
247
- println(program.Disassemble())
248
249
output, err := Run(program, env)
250
0 commit comments