Skip to content

Commit 0bcb28f

Browse files
committed
remove leftovers
1 parent ff14666 commit 0bcb28f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/status_im2/contexts/wallet/events.cljs

-10
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@
286286
(types/json->clj message))
287287
{:keys [collectibles]} response
288288
collectible (first collectibles)]
289-
(log/info "=== RECEIVED: " collectible)
290289
(if collectible
291290
{:fx
292291
[[:dispatch [:wallet/store-last-collectible-details collectible]]]}
@@ -356,12 +355,3 @@
356355
(rf/reg-event-fx :wallet/select-send-address
357356
(fn [{:keys [db]} [address]]
358357
{:db (assoc db :wallet/send-address address)}))
359-
360-
361-
(comment
362-
363-
(require '[native-module.core :as native-module])
364-
(native-module/sha3 "*")
365-
; 0x761bd780af40095f2cb44d5cf2d55f84f506779994859a6766d5d706e8a13317
366-
367-
)

0 commit comments

Comments
 (0)