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
};