Revert "Added logging of unsupported meta-tag records"
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user