Removed unnessecary logging
authorChristos Stathis <chstath@ebs.gr>
Tue, 21 Feb 2012 12:13:06 +0000 (14:13 +0200)
committerChristos Stathis <chstath@ebs.gr>
Tue, 21 Feb 2012 12:13:06 +0000 (14:13 +0200)
src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeViewModel.java

index aca6c64..fa022bd 100644 (file)
@@ -425,7 +425,6 @@ public class OtherSharedTreeViewModel implements TreeViewModel {
         GetRequest<Folder> getFolder = new GetRequest<Folder>(Folder.class, app.getApiPath(), f.getOwner(), path, f) {
             @Override
             public void onSuccess(final Folder _result) {
-               GWT.log(String.valueOf(_result.getFiles().size()));
                 if (showfiles)
                     app.showFiles(_result);
                 Iterator<Folder> iter = _result.getSubfolders().iterator();