Skip to content

Commit

Permalink
comment out debug output from parser-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Mar 23, 2015
1 parent 907a73e commit 1643a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/jlfrontend.scm
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
`(incomplete ,msg)
e))
(begin
(newline)
(display "unexpected error: ")
(prn e)
(print-stack-trace (stacktrace))
;;(newline)
;;(display "unexpected error: ")
;;(prn e)
;;(print-stack-trace (stacktrace))
'(error "malformed expression"))))
thk))

Expand Down

0 comments on commit 1643a06

Please sign in to comment.