mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Do not issue extraneous doc separators in logger
This commit is contained in:
parent
d9b338c8bc
commit
dde246f202
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ const processLoggerEntries = function(response) {
|
||||||
parsed.type === 'main_frame' &&
|
parsed.type === 'main_frame' &&
|
||||||
parsed.aliased === false && (
|
parsed.aliased === false && (
|
||||||
parsed.filter === undefined ||
|
parsed.filter === undefined ||
|
||||||
parsed.filter.source !== 'redirect'
|
parsed.filter.modifier !== true
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
const separator = createLogSeparator(parsed, unboxed.url);
|
const separator = createLogSeparator(parsed, unboxed.url);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue