Remove spurious printf left in 9053f8f9
(cherry picked from commit 3815862a81
)
This commit is contained in:
parent
ec279b706e
commit
020469a716
|
@ -602,15 +602,7 @@ defined with " (racket define) " or " (racket define-struct) ", or any one of:")
|
||||||
(namespace-syntax-introduce (datum->syntax #f (car func))))))
|
(namespace-syntax-introduce (datum->syntax #f (car func))))))
|
||||||
not-in-ns))
|
not-in-ns))
|
||||||
(let ([desc-strs (cddr func)])
|
(let ([desc-strs (cddr func)])
|
||||||
(printf "prim-ops:605 ~v~n" (list id (cadr func)
|
3 (defthing/proc
|
||||||
(typeset-type
|
|
||||||
(cadr
|
|
||||||
func))
|
|
||||||
(to-paragraph
|
|
||||||
(typeset-type
|
|
||||||
(cadr
|
|
||||||
func)))))
|
|
||||||
(defthing/proc
|
|
||||||
id
|
id
|
||||||
(to-paragraph (typeset-type (cadr func)))
|
(to-paragraph (typeset-type (cadr func)))
|
||||||
desc-strs)))))
|
desc-strs)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user