Remove incorrect error log

This commit is contained in:
Ming Ming 2021-07-16 14:41:15 +08:00
parent 91747efb0f
commit 75d2346a40

View file

@ -526,9 +526,6 @@ class _DynamicAlbumViewerState extends State<DynamicAlbumViewer>
previewUrl: previewUrl,
onTap: () => _onItemTap(i),
);
} else {
_log.shout(
"[_onBackingFilesUpdated] Unsupported file format: ${item.file.contentType}");
}
}
}