Remove verbose log line

This commit is contained in:
Vishnu Mohandas 2021-01-18 22:32:51 +05:30
parent 0324664551
commit 7728fb8028

View file

@ -298,8 +298,6 @@ class SyncService {
file.title, file.deviceFolder, file.creationTime);
if (existingFiles == null) {
// File uploaded from a different device
_logger.info("Could not find a matching file for " +
file.uploadedFileID.toString());
file.localID = null;
await _db.insert(file);
} else {