Remove console.log

This commit is contained in:
Kuba Orlik 2021-11-22 18:25:10 +01:00
parent 7f67bd5e2b
commit 1230b349de
1 changed files with 0 additions and 10 deletions

View File

@ -141,16 +141,6 @@ export default class ExtendedRequest {
entry.value.includes(path) ||
entry.value.includes(shorthost)
) {
console.log(
"request",
this.data.url,
"exposes origin in ",
entry,
". Checked",
host,
path,
shorthost
);
return true;
}
}