Skip to content

Commit 100b9a8

Browse files
author
Kadi Kraman
committed
Remove a rogue System.out.println 🙊
1 parent 755587f commit 100b9a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/src/main/java/com/reactlibrary/RNAppAuthModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ private WritableMap tokenResponseToMap(TokenResponse response) {
8383

8484
map.putMap("additionalParameters", additionalParametersMap);
8585

86-
System.out.println(map);
87-
8886
return map;
8987
}
9088

0 commit comments

Comments
 (0)