Remove debugging

This commit is contained in:
Justin Ethier 2016-06-10 22:51:11 -04:00
parent b67a7b75fe
commit 2c73f20e99

View file

@ -8,11 +8,11 @@
;;;; ;;;;
(define-library (scheme cyclone macros) (define-library (scheme cyclone macros)
(import (scheme base) (import (scheme base)
(scheme write) ;; Debug only ;(scheme write) ;; Debug only
(scheme eval) ;; TODO: without this line, compilation just (scheme eval) ;; TODO: without this line, compilation just
;; silently fails. WTF?? ;; silently fails. WTF??
(scheme cyclone util)) (scheme cyclone util)
; TODO: really need export-all for these cyclone libs!! )
(export (export
define-syntax? define-syntax?
macro:macro? macro:macro?