Skip to content

Commit

Permalink
Set debug to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirkendall committed Apr 16, 2014
1 parent 92a4d00 commit f95cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/enfocus/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
;####################################################
; Utility functions
;####################################################
(def debug true)
(def debug false)

(defn log-debug [mesg]
(when (and debug (not (= (.-console js/window) js/undefined)))
Expand Down

0 comments on commit f95cf9f

Please sign in to comment.