浏览代码

remove debug logs

Neeraj Gupta 2 年之前
父节点
当前提交
8d49d69682
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lib/services/collections_service.dart

+ 0 - 4
lib/services/collections_service.dart

@@ -116,12 +116,8 @@ class CollectionsService {
           fireEventForCollectionDeleted = true;
         }
       }
-      if (ownerID != collection.owner!.id) {
-        debugPrint("Incoming collection updated ${collection.isDeleted}");
-      }
       // remove reference for incoming collections when unshared/deleted
       if (collection.isDeleted && ownerID != collection.owner?.id) {
-        debugPrint("Incoming collection unshared");
         await _db.deleteCollection(collection.id);
       } else {
         // keep entry for deletedCollection as collectionKey may be used during