Skip to content

Commit

Permalink
comment out debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
djwatson committed Oct 25, 2023
1 parent c89ef18 commit c2a7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passes.scm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(eq? 'lambda (first (second (first (second f))))))
;; It still might escape
(begin
(dformat "Maybe inline: ~a\n" (cons (first f) (first (second f))))
;;(dformat "Maybe inline: ~a\n" (cons (first f) (first (second f))))
(imap pass f))
(imap pass f)))
(else (imap pass f)))))
Expand Down

0 comments on commit c2a7eeb

Please sign in to comment.