summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Lockwood <alockwood@google.com>2014-10-10 13:12:14 -0400
committerAlex Lockwood <alockwood@google.com>2014-10-10 13:12:14 -0400
commit32f0f46af834c09bcd98a082826b03f5d132b6a9 (patch)
tree5431d5b66981e0b9dce9c4268873f168c161d58c
parentb8e23896b6d142f4c5ef12ff9eff07b51f671d9a (diff)
downloadlogin-32f0f46af834c09bcd98a082826b03f5d132b6a9.tar.gz
Don't show error dialog when credentials fail to load.
Change-Id: Ica16f6ef70a28060de882bdbf274693f1d24c269
-rw-r--r--src/com/google/gct/login/GoogleLoginUtils.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/google/gct/login/GoogleLoginUtils.java b/src/com/google/gct/login/GoogleLoginUtils.java
index 11a29a9..788b08f 100644
--- a/src/com/google/gct/login/GoogleLoginUtils.java
+++ b/src/com/google/gct/login/GoogleLoginUtils.java
@@ -90,9 +90,6 @@ public class GoogleLoginUtils {
userInfo = userInfoService.userinfo().get().execute();
} catch (IOException e) {
LOG.error("Error retrieving user information.", e);
- showErrorDialog("An error occurred while retrieving user information.\n" +
- e.getMessage() + "\nPlease check the error log for more detail.",
- "Error occurred while retrieving user information");
}
if (userInfo != null && userInfo.getId() != null) {