Selaa lähdekoodia

Remove debug log statement

Vishnu Mohandas 4 vuotta sitten
vanhempi
commit
4a054e4365
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      lib/utils/file_downloader.dart

+ 0 - 3
lib/utils/file_downloader.dart

@@ -36,9 +36,6 @@ class DiffFetcher {
               file.uploadedFileID = item["id"];
               file.ownerID = item["ownerID"];
               file.collectionID = item["collectionID"];
-              if (file.collectionID == 4) {
-                _logger.info("Found");
-              }
               file.updationTime = item["updationTime"];
               file.isEncrypted = true;
               file.encryptedKey = item["encryptedKey"];