Remove obsolete code

This commit is contained in:
Raymond Hill 2025-09-08 14:09:55 -04:00
parent 23056514cc
commit 30e5e8c8ce
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -157,13 +157,6 @@ const onVersionReady = async lastVersion => {
return;
}
// Remove cache items with obsolete names
if ( lastVersionInt < vAPI.app.intFromVersion('1.56.1b5') ) {
io.remove(`compiled/${µb.pslAssetKey}`);
io.remove('compiled/redirectEngine/resources');
io.remove('selfie/main');
}
// Since built-in resources may have changed since last version, we
// force a reload of all resources.
redirectEngine.invalidateResourcesSelfie(io);