From 46035cdea5360598266e59bd25bc46520de2650d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 20 Dec 2016 22:23:08 -0500 Subject: [PATCH] Remove debug import --- scheme/cyclone/macros.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )