removed unneeded line from om-next template

This commit is contained in:
Dan Motzenbecker 2015-11-03 22:54:53 -05:00
parent 8d727bda04
commit 6f7c2a1d19
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
(defmethod read :default
[{:keys [state]} k _]
(let [st @state]
(find st k)
(if-let [[_ v] (find st k)]
{:value v}
{:value :not-found})))