From 1ee060a9aa526967761dbaeaae37533fb70a07fc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 2 Nov 2013 10:04:24 -0500 Subject: [PATCH] unbreak TR (more of my stupidity) original commit: cdbe416b0965f9f5c8f5c86d24a86b13df98a19d --- .../typed-racket-pkgs/typed-racket-lib/typed-racket/tc-setup.rkt | 1 - 1 file changed, 1 deletion(-) 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 f5f51d3b..a3d6bd17 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")