remove printf

This commit is contained in:
Robby Findler 2014-05-13 15:29:02 -05:00
parent 951a6f051b
commit 6eba1ec9a6

View File

@ -705,7 +705,6 @@
(max ay by cy dy))))
(define (rotate-points in-points θ)
(printf "θ ~s\n" θ)
(let* ([cs (map point->c in-points)]
[vectors (points->vectors cs)]
[rotated-vectors (map (λ (c) (rotate-c c θ)) vectors)]