1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

Do not enable debugging and recording of source

positions.
This commit is contained in:
Marius Vollmer 2001-11-05 23:09:17 +00:00
parent eef6519bde
commit 52ce56fc79

View file

@ -157,8 +157,3 @@ using `trace-stack', you will need to remove it twice."
;;;
;;; XXX - Still needed?
(module-set! the-root-module 'debug-options debug-options)
(debug-enable 'debug)
(read-enable 'positions)