[AM] Remove spurious warning for staged cleanup.

This fixes #773.
This commit is contained in:
wolfbeast 2019-01-30 13:42:09 +01:00 committed by Roy Tam
commit eebdb819ea

View file

@ -2584,7 +2584,7 @@ this.XPIProvider = {
}
}
catch (e) {
logger.warn("Failed to call uninstall for " + id, e);
// If called on startup this may fail due to staged folder still existing.
}
try {