Commented out module-loading print statements that were vestigial debugging

cruft.
This commit is contained in:
shivers 1995-10-22 13:14:17 +00:00
parent 7c90829350
commit 7d810091d8
1 changed files with 2 additions and 2 deletions

View File

@ -146,12 +146,12 @@
(lp switches #t))
((string=? (car switch) "-l")
(format #t "loading file ~s~%" (cdr switch))
; (format #t "loading file ~s~%" (cdr switch))
(load-quietly (cdr switch) (interaction-environment))
(lp switches script-loaded?))
((string=? (car switch) "-lm")
(format #t "loading module file ~s~%" (cdr switch))
; (format #t "loading module file ~s~%" (cdr switch))
(load-quietly (cdr switch) (config-package))
(lp switches script-loaded?))