Skip to content

Commit

Permalink
remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
samrushing committed Mar 10, 2017
1 parent d8861d2 commit 2d504b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions self/bytecode.scm
Expand Up @@ -310,8 +310,6 @@
(let ((free (sort < (k/free k))) (let ((free (sort < (k/free k)))
(nregs (length free)) (nregs (length free))
(target (k/target k))) (target (k/target k)))
(printf "emit-call: free=" (join int->string " " free) "\n")
(printn name)
(append (append
(if (= args -1) (if (= args -1)
(LINSN 'call0 fun nregs) (LINSN 'call0 fun nregs)
Expand Down

0 comments on commit 2d504b5

Please sign in to comment.