mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Remove console.log statements.
This commit is contained in:
parent
5b6fe0c94b
commit
a0d1a03a16
1 changed files with 0 additions and 2 deletions
|
@ -92,14 +92,12 @@
|
|||
(defn- mouse-mixin-will-unmount
|
||||
[own]
|
||||
(let [key (::eventkey own)]
|
||||
(js/console.log "mouse-mixin-will-unmount" key)
|
||||
(events/unlistenByKey key)
|
||||
(dissoc own ::eventkey)))
|
||||
|
||||
(defn- mouse-mixin-transfer-state
|
||||
[old-own own]
|
||||
(let [key (::eventkey old-own)]
|
||||
(js/console.log "mouse-mixin-transfer-state" key)
|
||||
(assoc own ::eventkey key)))
|
||||
|
||||
(def ^:static mouse-mixin
|
||||
|
|
Loading…
Reference in a new issue