Skip to content

Commit

Permalink
remove(printf)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Leroy committed Jul 11, 2018
1 parent e8ae4d6 commit ea526e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ func (st *Runtime) executeList(list *ListNode) {

for i := 0; i < len(list.Nodes); i++ {
node := list.Nodes[i]
fmt.Printf("NODE==[%v]\n", node)
fmt.Printf("NODETYPE==%v\n", node.Type())
switch node.Type() {
case NodeText:
node := node.(*TextNode)
Expand Down

0 comments on commit ea526e1

Please sign in to comment.