Remove spurious printf left in 9053f8f9

(cherry picked from commit 3815862a81)
This commit is contained in:
Guillaume Marceau 2011-07-09 01:37:32 -04:00 committed by Eli Barzilay
parent ec279b706e
commit 020469a716

View File

@ -602,15 +602,7 @@ defined with " (racket define) " or " (racket define-struct) ", or any one of:")
(namespace-syntax-introduce (datum->syntax #f (car func))))))
not-in-ns))
(let ([desc-strs (cddr func)])
(printf "prim-ops:605 ~v~n" (list id (cadr func)
(typeset-type
(cadr
func))
(to-paragraph
(typeset-type
(cadr
func)))))
(defthing/proc
3 (defthing/proc
id
(to-paragraph (typeset-type (cadr func)))
desc-strs)))))