Sfoglia il codice sorgente

Remove redundant log files

Neeraj Gupta 2 anni fa
parent
commit
decea3d02d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      lib/db/files_db.dart

+ 0 - 1
lib/db/files_db.dart

@@ -623,7 +623,6 @@ class FilesDB {
       limit: limit,
     );
     final files = convertToFiles(results);
-    _logger.info("Fetched " + files.length.toString() + " files");
     return FileLoadResult(files, files.length == limit);
   }