Skip to content

Commit

Permalink
remove accidentally included printf
Browse files Browse the repository at this point in the history
(cherry picked from commit a2bbb6e)
  • Loading branch information
rfindler committed May 2, 2024
1 parent 69e55b5 commit e918dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redex-lib/redex/private/binding-forms.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ to traverse the whole value at once, rather than one binding form at a time.
(define maybe-car (if (value-with-spec? redex-val) values car))
(define maybe-cdr (if (value-with-spec? redex-val) values cdr))
(define maybe-drop (if (value-with-spec? redex-val) (λ (x y) x) drop))
(printf "body ~s\n" body)
(match body
;; I thought that `rename-reference`ing this subterm of the current form was
;; going to be a problem: `rename-reference` doesn't have any idea about the
Expand Down

0 comments on commit e918dfa

Please sign in to comment.