diff --git a/collects/framework/private/keymap.ss b/collects/framework/private/keymap.ss index cc37d40697..5a422a4e92 100644 --- a/collects/framework/private/keymap.ss +++ b/collects/framework/private/keymap.ss @@ -29,7 +29,6 @@ [sexp (and (file-exists? path) (parameterize ([read-accept-reader #t]) (call-with-input-file path read)))]) - (printf "sexp ~s\n" sexp) (match sexp [`(module ,name ,(? valid-key-bindings-lang?) ,@(x ...))