@@ -270,9 +280,6 @@ public class SettingsDialog extends Dialog {
SwtUtil.showMessageBox(getParent(),"OAuth","Tokens are up to date.");
}catch(OAuthConnectionExceptione){
_log.error(e.getMessage(),e);
SwtUtil.showMessageBox(getParent(),"Problem connecting to server","Could not access remote service at:\n"+oauthSettings.getServerUrl()+"\n\n"+e.getMessage());