removed data

This commit is contained in:
Andrey Shovkoplyas 2018-08-20 17:50:51 +03:00
parent f04d79fcbe
commit 4cb2131b1c
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@
(re-frame/reg-event-fx
:on-web3-success
(fn [{db :db} [_ provider]]
(println "ON WEB3 DATA" data)
{:db (assoc db :web3 (js/Web3. provider)
:view-id :web3)
:dispatch [:request-web3-async-data]}))