mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove debug import
This commit is contained in:
parent
8c8dc01d44
commit
46035cdea5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue