diff --git a/dev/cljs/app/example.cljs b/dev/cljs/app/example.cljs index 320efa4..2b9b475 100644 --- a/dev/cljs/app/example.cljs +++ b/dev/cljs/app/example.cljs @@ -19,7 +19,7 @@ (mount/start) ;; time to establish a websocket connection before disconnecting -;; (js/setTimeout #(mount/stop-except "#'app.audit-log/log") 500) +(js/setTimeout #(mount/stop-except "#'app.audit-log/log") 500) ;; time to close a connection to show it in audit (js/setTimeout #(show-log) 1000) diff --git a/src/mount/core.cljc b/src/mount/core.cljc index 9066acb..795075d 100644 --- a/src/mount/core.cljc +++ b/src/mount/core.cljc @@ -129,9 +129,6 @@ (up name state (atom #{}))) @inst))) - ;; #?(:clj - ;; (println (str "[mount]: here is what I see running: " @@#'mount.core/running - ;; " is " state " running? [" @@#'mount.core/running state))) #?(:clj (defmacro defstate [state & body] (let [[state params] (macro/name-with-attributes state body)