mirror of
https://github.com/friendica/friendica
synced 2025-01-24 11:39:46 +00:00
Revert "Added logging of unsupported meta-tag records"
This commit is contained in:
parent
8d62fbcd49
commit
09cb4c1540
1 changed files with 0 additions and 2 deletions
|
@ -425,8 +425,6 @@ class ParseUrl
|
||||||
case 'news_keywords':
|
case 'news_keywords':
|
||||||
$keywords = explode(',', $meta_tag['content']);
|
$keywords = explode(',', $meta_tag['content']);
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
Logger::debug('Unsupported meta-tag found', ['meta-tag' => $meta_tag]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue