0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

Remove debug on drawing streams.

This commit is contained in:
Andrey Antukh 2017-02-14 21:54:42 +01:00
parent 2a5d8f71a4
commit b15d70ff91
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

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))))