Merge pull request #11786 from Quix0r/revert-11783-logging-unsupported

Revert "Added logging of unsupported meta-tag records"
This commit is contained in:
Tobias Diekershoff 2022-07-28 08:15:46 +02:00 committed by GitHub
commit 95b67f5e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -425,8 +425,6 @@ class ParseUrl
case 'news_keywords':
$keywords = explode(',', $meta_tag['content']);
break;
default:
Logger::debug('Unsupported meta-tag found', ['meta-tag' => $meta_tag]);
}
}