Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@86671 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-06 13:04:34 +00:00 committed by Giancarlo Panichi
parent 5506b105e8
commit af261781bf
1 changed files with 4 additions and 1 deletions

View File

@ -207,7 +207,10 @@ public class TabResourcesSelectionPanel extends ContentPanel implements HasSelec
@Override
public void onSuccess(ArrayList<TabResource> result) {
Log.info("loaded "+result.size()+" TabularResources");
Log.debug("loaded "+result.size()+" TabularResources");
/*for(TabResource tr:result){
Log.debug("TR:"+tr);
}*/
callback.onSuccess(new ListLoadResultBean<TabResource>(result));
}
});