Fix building
[pub/Android/ownCloud.git] / src / com / owncloud / android / authentication / AuthenticatorActivity.java
index e2c3c03..5233e1b 100644 (file)
@@ -1460,13 +1460,10 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
      * the new credentials when needed.\r
      */\r
     private void updateAccountAuthentication() throws AccountNotFoundException {\r
-        try {\r
-            OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
-                    new OwnCloudAccount(mAccount, this)\r
-            );\r
-        } catch (Exception e) {\r
-            Log_OC.e(TAG, "Exception", e);\r
-        }\r
+        \r
+        OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
+                new OwnCloudAccount(mAccount, this)\r
+        );\r
 \r
         Bundle response = new Bundle();\r
         response.putString(AccountManager.KEY_ACCOUNT_NAME, mAccount.name);\r