Remove unfurler soft404 debug spam

This commit is contained in:
Mononaut 2023-08-06 13:47:20 +09:00
parent b977c4332f
commit 6fc645a454
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -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');
} }
} }