Skip to content

Commit

Permalink
atg. zygo.el debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Mar 20, 2016
1 parent 595624f commit 3c2d43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs/zygo.el
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ code line."
(defvar DEBUG_STATUS 'off
"DEBUG_STATUS controls the DEBUG macro's behavior; legit values are 'on or 'off.")

(setq DEBUG_STATUS 'on)
;(setq DEBUG_STATUS 'off)
;(setq DEBUG_STATUS 'on)
(setq DEBUG_STATUS 'off)

(defmacro DEBUG (&rest body)
"DEBUG is simple call to (@body) or nil, depending on the value of DEBUG_STATUS being 'on or not.
Expand Down

0 comments on commit 3c2d43f

Please sign in to comment.