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:
parent
9f9f88590b
commit
65ad20195c
|
@ -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());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue