mirror of https://github.com/gorhill/uBlock.git
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:
parent
4ddfb3f278
commit
d1525691f4
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue