Remove console.log
This commit is contained in:
parent
7f67bd5e2b
commit
1230b349de
|
@ -141,16 +141,6 @@ export default class ExtendedRequest {
|
||||||
entry.value.includes(path) ||
|
entry.value.includes(path) ||
|
||||||
entry.value.includes(shorthost)
|
entry.value.includes(shorthost)
|
||||||
) {
|
) {
|
||||||
console.log(
|
|
||||||
"request",
|
|
||||||
this.data.url,
|
|
||||||
"exposes origin in ",
|
|
||||||
entry,
|
|
||||||
". Checked",
|
|
||||||
host,
|
|
||||||
path,
|
|
||||||
shorthost
|
|
||||||
);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user