1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 11:18:42 +02:00

Remove unimportant information from troubleshooting information

This was added back then for the purpose of investigating the
following issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/2604

No longer needed.
This commit is contained in:
Raymond Hill 2023-06-11 09:58:12 -04:00
parent 4ddfb3f278
commit d1525691f4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1496,8 +1496,6 @@ const getSupportData = async function() {
removedListset = undefined;
}
const { versionUpdateTime = 0 } = await vAPI.storage.get('versionUpdateTime');
let browserFamily = (( ) => {
if ( vAPI.webextFlavor.soup.has('firefox') ) { return 'Firefox'; }
if ( vAPI.webextFlavor.soup.has('chromium') ) { return 'Chromium'; }
@ -1508,9 +1506,7 @@ const getSupportData = async function() {
}
return {
[`${vAPI.app.name} ${vAPI.app.version}`]: {
since: formatDelayFromNow(versionUpdateTime),
},
[`${vAPI.app.name}`]: `${vAPI.app.version}`,
[`${browserFamily}`]: `${vAPI.webextFlavor.major}`,
'filterset (summary)': {
network: staticNetFilteringEngine.getFilterCount(),