0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

Remove debug msg.

This commit is contained in:
Andrey Antukh 2016-01-26 23:11:31 +02:00
parent 76cd1a48b8
commit 78e05f2d40

View file

@ -72,7 +72,6 @@
(as-> ss $
(rx/filter #(= (vec %) [false true]) $)
(rx/with-latest-from vector wb/mouse-s $)
(rx/pr-log "kaka1" $)
(rx/on-value $ (fn [[_ [x y :as pos]]]
(let [scroll (or @wb/scroll-top 0)
pos [x (+ y scroll)]]