Skip to content

Commit

Permalink
no more debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 7, 2010
1 parent dc7d657 commit c063681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee-mode.el
Expand Up @@ -58,7 +58,7 @@
(defconst coffee-mode-version "0.1.0"
"The version of this `coffee-mode'.")

(defvar coffee-debug-mode t
(defvar coffee-debug-mode nil
"Whether to run in debug mode or not. Logs to `*Messages*'.")

(defvar coffee-mode-hook nil
Expand Down

0 comments on commit c063681

Please sign in to comment.