Merge pull request #31 from malchmih/patch-4

Simplify without-logging-status
This commit is contained in:
Anatoly 2015-12-24 10:34:51 -05:00
commit 242080bf2d

View file

@ -39,7 +39,7 @@
#'mount.core/sigcont}) #'mount.core/sigcont})
(defn without-logging-status [] (defn without-logging-status []
(doall (map #(clear-hooks %) lifecycle-fns))) (doall (map clear-hooks lifecycle-fns)))
(defn with-logging-status [] (defn with-logging-status []
(without-logging-status) (without-logging-status)