removed useless window alert

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@130577 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-20 09:26:50 +00:00
parent 9f9f88590b
commit 65ad20195c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class SocialProfile implements EntryPoint {
@Override
public void onFailure(Throwable caught) {
mainPanel.add(dispProfile);
dispProfile.showError(caught.getMessage());
// dispProfile.showError(caught.getMessage());
}
});
}