remove error log
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run

This commit is contained in:
otsmr 2025-12-29 23:31:16 +01:00
parent 24f45ce9bd
commit 6b353d8a66

View file

@ -239,7 +239,6 @@ class MediaFileService {
Future<void> hashStoredMedia() async { Future<void> hashStoredMedia() async {
if (!storedPath.existsSync()) { if (!storedPath.existsSync()) {
Log.error('could not create hash value as media file is not stored.');
return; return;
} }
final checksum = await sha256File(storedPath); final checksum = await sha256File(storedPath);