Remove unfurler soft404 debug spam

This commit is contained in:
Mononaut
2023-08-06 13:47:20 +09:00
parent b977c4332f
commit 6fc645a454

View File

@@ -72,11 +72,9 @@ export class SeoService {
clearSoft404() {
window['soft404'] = false;
console.log('cleared soft 404');
}
logSoft404() {
window['soft404'] = true;
console.log('set soft 404');
}
}