remove debug output
This commit is contained in:
parent
7dde62cd1a
commit
e667dedcc2
|
@ -201,7 +201,6 @@ You can try starting at the <A HREF=~a>beginning</a>."
|
|||
(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
|
||||
|
|
Loading…
Reference in New Issue