Remove unfurler soft404 debug spam
This commit is contained in:
parent
b977c4332f
commit
6fc645a454
@ -72,11 +72,9 @@ export class SeoService {
|
|||||||
|
|
||||||
clearSoft404() {
|
clearSoft404() {
|
||||||
window['soft404'] = false;
|
window['soft404'] = false;
|
||||||
console.log('cleared soft 404');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
logSoft404() {
|
logSoft404() {
|
||||||
window['soft404'] = true;
|
window['soft404'] = true;
|
||||||
console.log('set soft 404');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user