** turn off logging

This commit is contained in:
Ben Greenman 2016-07-26 13:56:53 -04:00
parent 5881bd94e0
commit a8c4fd4fcf

View File

@ -9,7 +9,7 @@
;; =============================================================================
(: *TRIVIAL-LOG* (Parameterof Boolean))
(define *TRIVIAL-LOG* (make-parameter #t))
(define *TRIVIAL-LOG* (make-parameter #f))
(: *STOP-LIST* (Parameterof (Listof Identifier)))
(define *STOP-LIST* (make-parameter '()))