0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

Remove debug message on scroll.

This commit is contained in:
Andrey Antukh 2016-01-07 01:58:31 +02:00
parent 7d8960a1ed
commit 7c802f1885

View file

@ -45,7 +45,6 @@
(defonce scroll-top-s
(->> scroll-s
(rx/map :top)
(rx/tap #(println "scroll:" %))
(rx/dedupe)))
(defonce scroll-left-s