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…
Reference in New Issue