Skip to content

Commit

Permalink
fix static analysis (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhairs authored Jul 23, 2023
1 parent e34fe16 commit 164eaae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions glox/lox/lox.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,4 @@ func (r *Lox) run(src string, glox *interpreter.Interpreter) {
}

glox.Interpret(exp)

fmt.Fprintf(r.stdout, "%v\n", out)

}

0 comments on commit 164eaae

Please sign in to comment.