]> git.mxchange.org Git - friendica.git/commitdiff
Revert "Added logging of unsupported meta-tag records"
authorRoland Häder <Quix0r@users.noreply.github.com>
Thu, 28 Jul 2022 06:00:58 +0000 (06:00 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 06:00:58 +0000 (06:00 +0000)
src/Util/ParseUrl.php

index 0a12e628298b9398924d56f37347237958a62a08..0183d6b14ae5be6785f90eaf5c16af01e6974de9 100644 (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]);
                        }
                }