mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
remove error log
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
24f45ce9bd
commit
6b353d8a66
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue