diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/tc-setup.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/tc-setup.rkt index f5f51d3ba3..a3d6bd1778 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/tc-setup.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/tc-setup.rkt @@ -59,7 +59,6 @@ (define fully-expanded-stx (disarm* (local-expand stx expand-ctxt (list #'module*)))) (when (show-input?) (pretty-print (syntax->datum fully-expanded-stx))) - (log-message online-check-syntax-logger 'info #f "" fully-expanded-stx) (do-time "Local Expand Done") (init) (do-time "Initialized Envs")