Reduced logging

pull/214/head
M66B 12 months ago
parent 46b2abf4b4
commit 7dbcd014a9

@ -178,7 +178,7 @@ public class GmailState {
long acquired = jobject.getLong("acquired"); long acquired = jobject.getLong("acquired");
return new GmailState(token, acquired); return new GmailState(token, acquired);
} catch (JSONException ex) { } catch (JSONException ex) {
Log.e(ex); Log.i(ex);
return new GmailState(password, new Date().getTime()); return new GmailState(password, new Date().getTime());
} }
} }

Loading…
Cancel
Save