1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Remove no longer used property

This commit is contained in:
Raymond Hill 2019-12-01 09:01:20 -05:00
parent 38aca48ee8
commit 0356e91ccb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1215,7 +1215,6 @@ const getLoggerData = async function(details, activeTabId, callback) {
colorBlind: µb.userSettings.colorBlindFriendly,
entries: µb.logger.readAll(details.ownerId),
filterAuthorMode: µb.hiddenSettings.filterAuthorMode,
maxEntries: µb.userSettings.requestLogMaxEntries,
tabIdsToken: µb.pageStoresToken,
tooltips: µb.userSettings.tooltipsDisabled === false
};