remove stupid printfs
This commit is contained in:
parent
eb223265f6
commit
10cc76f22b
|
@ -340,9 +340,7 @@
|
|||
(exn-continuation-marks an-exn)))
|
||||
(define info
|
||||
(for/or ([mark-pr (in-list marks)])
|
||||
(printf "considering ~s\n" mark-pr)
|
||||
(srcloc->srcinfo (cdr mark-pr))))
|
||||
(printf "info ~s\n" info)
|
||||
(cond
|
||||
[info (list info)]
|
||||
[else '()])]
|
||||
|
|
Loading…
Reference in New Issue
Block a user