From 3002ca5b07f222ccaf03ded9b1bce519f8c9c09c Mon Sep 17 00:00:00 2001 From: yenda Date: Mon, 1 Oct 2018 17:56:53 +0200 Subject: [PATCH] remove print statement Signed-off-by: yenda --- src/status_im/utils/semaphores.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/utils/semaphores.cljs b/src/status_im/utils/semaphores.cljs index 0a292fdcf7..f1f5fd49f4 100644 --- a/src/status_im/utils/semaphores.cljs +++ b/src/status_im/utils/semaphores.cljs @@ -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]