remove print statement

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-10-01 17:56:53 +02:00
parent c9e4a11487
commit 3002ca5b07
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 0 additions and 1 deletions

View File

@ -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]