unrelated change

This commit is contained in:
mertalev
2025-09-18 20:18:07 -04:00
parent 20eb477a63
commit 34a2f7203a

View File

@@ -64,11 +64,6 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
return;
}
yield image;
} catch (e) {
evict();
if (!isCancelled) {
_log.severe('Error loading image', e);
}
} finally {
this.request = null;
}