We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d72f5 commit 3bfac7aCopy full SHA for 3bfac7a
1 file changed
private/source.rkt
@@ -236,16 +236,6 @@
236
(sorting syntax-path<=> #:key syntax-original-path)
237
#:into into-list))
238
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
-
249
(source-code-analysis #:code code
250
#:visited-forms visited
251
#:expansion-time-output output
0 commit comments