Remove comment cruft

This commit is contained in:
Scott Richmond 2022-04-25 19:06:30 -04:00
parent 8a36b1e4e2
commit 9cd4fccfb9

View File

@ -20,8 +20,6 @@
(pp/pprint (:errors parsed))
(System/exit 66))
(let [interpreted (interpreter/interpret parsed)]
;;(println " *** *** ***")
;;(println "I ran your script; here's the output: ")
(pp/pprint interpreted)
(System/exit 0)))))))