Exit the current folder when not existing in the server any more
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / FileDataStorageManager.java
index eaeaf98..c60cdac 100644 (file)
@@ -680,7 +680,6 @@ public class FileDataStorageManager implements DataStorageManager {
 
         while (parentId != DataStorageManager.ROOT_PARENT_ID) {
             
-            Log_OC.d(TAG, "parent = " + parentId);
             // Update the size of the parent
             calculateFolderSize(parentId);