Skip to content

Commit 80a667c

Browse files
committed
lint
1 parent ec9818d commit 80a667c

File tree

1 file changed

+1
-2
lines changed
  • src/status_im/common/standard_authentication

1 file changed

+1
-2
lines changed

src/status_im/common/standard_authentication/events.cljs

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
(rf/reg-event-fx :standard-auth/on-biometric-success on-biometric-success)
5454

5555
(defn on-biometric-fail
56-
[_ [error ignore-too-many-attempts?]]
57-
(prn (.-message error) "mega" on-biometric-fail)
56+
[_ [error]]
5857
(log/error (ex-message error)
5958
(-> error
6059
ex-data

0 commit comments

Comments
 (0)