From e667dedcc245f76e4341cba2d50c11392eab3f55 Mon Sep 17 00:00:00 2001 From: interp Date: Thu, 26 Sep 2002 12:59:54 +0000 Subject: [PATCH] remove debug output --- scheme/httpd/surflets/surflet-handler.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/scheme/httpd/surflets/surflet-handler.scm b/scheme/httpd/surflets/surflet-handler.scm index 8ce7582..204f90a 100644 --- a/scheme/httpd/surflets/surflet-handler.scm +++ b/scheme/httpd/surflets/surflet-handler.scm @@ -201,7 +201,6 @@ You can try starting at the beginning." (load-config-file full-plugin-name) ;; plugin-structure to load must be named "plugin" (let ((plugin-structure (reify-structure 'plugin))) - (format #t "cwd: ~s~%" (cwd)) (load-structure plugin-structure) (table-set! *plugin-table* full-plugin-name (cons plugin-structure