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