Commented out module-loading print statements that were vestigial debugging
cruft.
This commit is contained in:
parent
7c90829350
commit
7d810091d8
|
@ -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?))
|
||||
|
||||
|
|
Loading…
Reference in New Issue