mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 10:41:05 +00:00
Remove debug on drawing streams.
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user