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

Remove console.log statements.

This commit is contained in:
Andrey Antukh 2015-12-22 22:33:56 +02:00
parent 5b6fe0c94b
commit a0d1a03a16

View file

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