diff --git a/scheme/cyclone/macros.sld b/scheme/cyclone/macros.sld index 182812f3..dc2d391f 100644 --- a/scheme/cyclone/macros.sld +++ b/scheme/cyclone/macros.sld @@ -8,7 +8,7 @@ ;;;; (define-library (scheme cyclone macros) (import (scheme base) - (scheme write) ;; Debug only + ;(scheme write) ;; Debug only (scheme eval) (scheme cyclone util) )