remove println

This commit is contained in:
Roman Volosovskyi 2016-06-01 14:09:43 +03:00
parent b6b1bf494b
commit 2bfd90cec4
1 changed files with 0 additions and 1 deletions

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))))