removed Window alert debugging :P
authorkoutsoub <devnull@localhost>
Thu, 3 Feb 2011 15:20:42 +0000 (17:20 +0200)
committerkoutsoub <devnull@localhost>
Thu, 3 Feb 2011 15:20:42 +0000 (17:20 +0200)
src/gr/ebs/gss/client/CellTreeViewModel.java

index 35aee38..a44f113 100644 (file)
@@ -459,7 +459,6 @@ public class CellTreeViewModel implements TreeViewModel{
                                                if(restResource instanceof RestResourceWrapper)
                                                        ((RestResourceWrapper)restResource).setResource(getResult());//restResource = getResult();
                                                ((RestResourceWrapper)restResource).getResource().setNeedsExpanding(false);
-                                               Window.alert(""+usedCachedVersion());
                                                if(usedCachedVersion()&&res!=null){
                                                        updateRowCount(res.size(), true);
                                                        updateRowData(0,res);