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:
parent
2a5d8f71a4
commit
b15d70ff91
1 changed files with 0 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue