From 81d3d0af2db0836bf886cf3176c7ee25faf0dfe2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 Apr 2020 09:24:56 -0700 Subject: [PATCH] Revert "suppress it" This reverts commit 85d200b8c0d991a061a4ba6a72395f6d467bcf2e. --- hyphenate/hyphenate/post-installer.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hyphenate/hyphenate/post-installer.rkt b/hyphenate/hyphenate/post-installer.rkt index 534b23a3..4736fad6 100644 --- a/hyphenate/hyphenate/post-installer.rkt +++ b/hyphenate/hyphenate/post-installer.rkt @@ -5,5 +5,4 @@ #;(for ([mod '(hyphenate/us hyphenate/fr)]) (displayln (format "running post-installer in ~a" mod)) (define proc (dynamic-require mod 'post-installer)) - (proc home-dir)) - (void)) \ No newline at end of file + (proc home-dir))) \ No newline at end of file