removing session id

This commit is contained in:
anatoly 2015-11-29 22:36:31 -05:00
parent 339d79e508
commit 6d2a8d3eec

View file

@ -1,7 +1,6 @@
(ns mount.core (ns mount.core
(:require [clojure.tools.macro :as macro])) (:require [clojure.tools.macro :as macro]))
;; (defonce ^:private session-id (System/currentTimeMillis))
(defonce ^:private mount-state 42) (defonce ^:private mount-state 42)
(defonce ^:private -args (atom :no-args)) ;; mostly for command line args and external files (defonce ^:private -args (atom :no-args)) ;; mostly for command line args and external files
(defonce ^:private state-seq (atom 0)) (defonce ^:private state-seq (atom 0))