removed a message that is too annoying in the log

This commit is contained in:
Vojtech Novak 2016-08-26 13:45:46 +02:00
parent c93f9943d6
commit 6bd55d7946
1 changed files with 1 additions and 1 deletions

View File

@ -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());