diff --git a/collects/help/help.ss b/collects/help/help.ss index ecc06b81..e5d68c13 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -1,5 +1,4 @@ (module help mzscheme - (require (lib "web-server.ss" "web-server") (lib "util.ss" "web-server") (lib "configuration.ss" "web-server") @@ -28,13 +27,3 @@ (help-desk-browser hd-cookie) ; wait until shutdown (semaphore-wait/enable-break exit-sem)) - - - - - - - - - -