Fix regression with empty "Shared by me"
[pithos-web-client] / src / gr / grnet / pithos / web / client / catalog / UpdateUserCatalogs.java
index 5e46d61..2483545 100644 (file)
@@ -33,7 +33,7 @@ public class UpdateUserCatalogs implements Scheduler.ScheduledCommand {
 
     public void onSuccess(UserCatalogs requestedUserCatalogs, UserCatalogs updatedUserCatalogs) {
         for(Map.Entry<String, String> uc : requestedUserCatalogs) {
-            app.LOG("New displayName ", uc.getValue());
+//            app.LOG("New displayName ", uc.getValue());
         }
     }