commit 0f577ba470f69adb2825a4902f2150280d35ac4c
parent 83faf976f13c3cb0b85832440fe9ca1714cc5594
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Sun, 5 Feb 2017 09:07:47 +0100
Remove display
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/private/ddd.rkt b/private/ddd.rkt
@@ -122,7 +122,6 @@
(and (vector? present-variables**)
(vector->list present-variables**)))
(unless ((listof (syntax/c boolean?)) present-variables*)
- (displayln expanded-form)
(raise-syntax-error 'ddd
(string-append
"internal error: could not extract the vector of"
@@ -135,8 +134,6 @@
(map (λ (id)
(define prop (syntax-property id 'lifted-pvar))
(unless ((cons/c symbol? stx-list?) prop)
- (displayln id)
- (displayln prop)
(raise-syntax-error 'ddd
(string-append
"internal error: 'lifted-pvar property was "
@@ -175,7 +172,7 @@
(define-values (present-variables lifted-variables)
(extract-present-variables #'expanded-condition stx))
- (displayln lifted-variables)
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TODO: lifted stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(define/with-syntax (test-present-attribute …)
(for/list ([present? (in-list present-variables)]