Skip to content

Commit 3bfac7a

Browse files
authored
Don't log every visit (#497)
1 parent 64d72f5 commit 3bfac7a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

private/source.rkt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,6 @@
236236
(sorting syntax-path<=> #:key syntax-original-path)
237237
#:into into-list))
238238

239-
(for ([visit (in-list visited)])
240-
(log-resyntax-debug (string-append "visited ~a:\n"
241-
" form: ~a\n"
242-
" original path property: ~a\n"
243-
" tracked origin: ~a")
244-
(syntax-original-path visit)
245-
visit
246-
(syntax-property visit 'original-syntax-path)
247-
(syntax-property visit 'origin)))
248-
249239
(source-code-analysis #:code code
250240
#:visited-forms visited
251241
#:expansion-time-output output

0 commit comments

Comments
 (0)