Disable error logging

The rate is unexpected:  over 5 million in the last 7 days
I don't time to investigate this further so suggest disabling this
for now.

Change-Id: Ie55d1da1652239ad4f6ea94743d6efdd12de9974
This commit is contained in:
Jon Robson 2023-09-27 08:45:04 -07:00
parent 6d78d364d9
commit 6d0cdc9e45
3 changed files with 0 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View file

@ -312,15 +312,6 @@ export function bindBehavior( preview, behavior ) {
behavior.showSettings( event );
} );
} else if (
preview.el.classList.contains( 'mwe-popups-type-reference' ) &&
mw.config.get( 'wgPopupsReferencePreviewsBetaFeature' )
) {
// The reference preview when in beta feature doesn't have a settings cog (T346404).
return;
} else {
const err = new Error( 'Page previews: No settings button found in preview.' );
mw.errorLogger.logError( err, 'error.web-team' );
}
}