Remove unused println's.

This commit is contained in:
Andrey Antukh 2016-12-01 22:56:04 +01:00
parent aac3b05a9b
commit 845726827e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
7 changed files with 0 additions and 8 deletions

View file

@ -30,7 +30,6 @@
(defn- will-mount
[own]
(let [{:keys [image]} (first (:rum/args own))]
(println (:rum/args own))
(st/emit! (udi/fetch-image image))
own))