[mv3] Remove obsolete comment

This commit is contained in:
Raymond Hill 2026-01-17 13:28:25 -05:00
parent 222f4fbbc1
commit b74b1a789c
No known key found for this signature in database
GPG key ID: F5630CAE62A14316

View file

@ -667,9 +667,6 @@ async function startSession() {
// Permissions may have been removed while the extension was disabled
const permissionsUpdated = await syncWithBrowserPermissions();
// Unsure whether the browser remembers correctly registered css/scripts
// after we quit the browser. For now uBOL will check unconditionally at
// launch time whether content css/scripts are properly registered.
if ( isNewVersion || permissionsUpdated ) {
registerInjectables();
}