removed a message that is too annoying in the log

This commit is contained in:
Vojtech Novak 2016-08-26 13:48:57 +02:00
parent 6bd55d7946
commit 0eadf5061e
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 the data");
Log.d("KeychainModule", "saved the data");
callback.invoke("", "KeychainModule saved the data");
} catch (Exception e) {
Log.e("KeychainModule ", e.getLocalizedMessage());