diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2015-08-18 17:49:34 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-07 11:42:11 +0200 |
commit | c925e9ad0d5ee0160331ad69ec21df0f6113f000 (patch) | |
tree | 3d323f20b4a4567a727c95b90830699d4517365a | |
parent | 1712722a7b50e2f449ee94fb5d039757f2426f36 (diff) | |
download | mcron-c925e9ad0d5ee0160331ad69ec21df0f6113f000.tar.gz mcron-c925e9ad0d5ee0160331ad69ec21df0f6113f000.tar.bz2 mcron-c925e9ad0d5ee0160331ad69ec21df0f6113f000.zip |
main: Remove obsolete Guile debug option.
* scm/mcron/main.scm (main): Remove obsolete invocation of
'debug-enable'.
-rw-r--r-- | scm/mcron/main.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scm/mcron/main.scm b/scm/mcron/main.scm index 6ac2116..58f1efa 100644 --- a/scm/mcron/main.scm +++ b/scm/mcron/main.scm @@ -311,7 +311,6 @@ comes in on the above socket." (define (main . args) ;; Turn debugging on if indicated. (when config-debug - (debug-enable 'debug) (debug-enable 'backtrace)) (when (option-ref options 'version #f) (show-version)) |