diff --git a/src/mount/core.cljc b/src/mount/core.cljc index 245e01f..30ba572 100644 --- a/src/mount/core.cljc +++ b/src/mount/core.cljc @@ -49,6 +49,7 @@ it is meant to be called by defstate before defining a new state" [state] (when-let [stop (@running state)] + (prn (str "<< stopping.. " state " (namespace was recompiled)")) (stop) (swap! running dissoc state)))