mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Remove incorrect error log
This commit is contained in:
parent
91747efb0f
commit
75d2346a40
1 changed files with 0 additions and 3 deletions
|
@ -526,9 +526,6 @@ class _DynamicAlbumViewerState extends State<DynamicAlbumViewer>
|
|||
previewUrl: previewUrl,
|
||||
onTap: () => _onItemTap(i),
|
||||
);
|
||||
} else {
|
||||
_log.shout(
|
||||
"[_onBackingFilesUpdated] Unsupported file format: ${item.file.contentType}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue