removing session id
This commit is contained in:
parent
339d79e508
commit
6d2a8d3eec
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
(ns mount.core
|
||||
(:require [clojure.tools.macro :as macro]))
|
||||
|
||||
;; (defonce ^:private session-id (System/currentTimeMillis))
|
||||
(defonce ^:private mount-state 42)
|
||||
(defonce ^:private -args (atom :no-args)) ;; mostly for command line args and external files
|
||||
(defonce ^:private state-seq (atom 0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue