remove print statement
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
c9e4a11487
commit
3002ca5b07
|
@ -7,7 +7,6 @@
|
|||
|
||||
(fx/defn free [{:keys [db]} semaphore]
|
||||
#_{:pre [(keyword? semaphore)]}
|
||||
(println {:db (update db :semaphores disj semaphore)})
|
||||
{:db (update db :semaphores disj semaphore)})
|
||||
|
||||
(defn locked? [{:keys [db]} semaphore]
|
||||
|
|
Loading…
Reference in New Issue