Remove debug on drawing streams.

This commit is contained in:
Andrey Antukh
2017-02-14 21:54:42 +01:00
parent 2a5d8f71a4
commit b15d70ff91

View File

@@ -58,7 +58,6 @@
(->> stream
(rx/filter #(= % ::uev/interrupt))
(rx/take 1)
(rx/pr-log (str "STOPED DRAWING " id))
(rx/map (fn [_] #(update % :workspace dissoc :drawing-lock))))
(rx/empty))))