mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-02-05 09:53:45 +00:00
removed a message that is too annoying in the log
This commit is contained in:
parent
c93f9943d6
commit
6bd55d7946
@ -64,7 +64,7 @@ public class KeychainModule extends ReactContextBaseJavaModule {
|
||||
prefsEditor.putString(service + ":u", encryptedUsername);
|
||||
prefsEditor.putString(service + ":p", encryptedPassword);
|
||||
prefsEditor.apply();
|
||||
Log.d("KeychainModule saved: ", service + encryptedUsername + ":" + encryptedPassword);
|
||||
Log.d("KeychainModule saved the data");
|
||||
callback.invoke("", "KeychainModule saved the data");
|
||||
} catch (Exception e) {
|
||||
Log.e("KeychainModule ", e.getLocalizedMessage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user