remove println

Former-commit-id: 2bfd90cec410750bd31b9e487cc236192ac8b7ae
This commit is contained in:
Roman Volosovskyi 2016-06-01 14:09:43 +03:00
parent 9888eaab18
commit 7fbbf8b4aa

View File

@ -5,7 +5,6 @@
"Creates subscrition that cheks if collection (map or set) contains element"
[collection]
(fn [db [_ element]]
(println "WWWWWWWWWW" (type db))
(-> (collection @db)
(contains? element)
(reaction))))