Remove debug message on scroll.

This commit is contained in:
Andrey Antukh
2016-01-07 01:58:31 +02:00
parent 7d8960a1ed
commit 7c802f1885
-1
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