Skip to content

Commit

Permalink
chore: remove Android dev logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Dec 1, 2021
1 parent 01e15d9 commit 687fb9d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -40,7 +40,6 @@ FidListener createTokenEventListener(final EventChannel.EventSink events) {
return token -> {
Map<String, Object> event = new HashMap<>();

Log.d("TOKEN", token);
event.put("token" , token);

events.success(event);
Expand Down

0 comments on commit 687fb9d

Please sign in to comment.