removed printfs
svn: r7816
This commit is contained in:
parent
5af14c4902
commit
27f7f770b8
|
@ -1597,7 +1597,7 @@ If the namespace does not, they are colored the unbound color.
|
|||
(add-id varrefs sexp))]
|
||||
[_
|
||||
(begin
|
||||
|
||||
#;
|
||||
(printf "unknown stx: ~e datum: ~e source: ~e\n"
|
||||
sexp
|
||||
(and (syntax? sexp)
|
||||
|
@ -2275,7 +2275,6 @@ If the namespace does not, they are colored the unbound color.
|
|||
|
||||
;; find-source : definitions-text source -> editor or false
|
||||
(define (find-source-editor stx)
|
||||
(printf "looking for ~s ~s\n" (syntax-source stx) (syntax->datum stx))
|
||||
(let ([defs-text (get-defs-text)])
|
||||
(and defs-text
|
||||
(let txt-loop ([text defs-text])
|
||||
|
|
Loading…
Reference in New Issue
Block a user