]> git.mxchange.org Git - friendica.git/commitdiff
Removed temporary code
authorMichael <heluecht@pirati.ca>
Sun, 2 Aug 2020 01:38:10 +0000 (01:38 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 2 Aug 2020 01:38:10 +0000 (01:38 +0000)
src/Worker/UpdateServerDirectory.php

index 2066ce7cb924e31255a97ac2a6ed0cb0e2f532a8..fe4b9f916297a03c62a6b729c6e2fe146635d98d 100644 (file)
@@ -36,7 +36,6 @@ class UpdateServerDirectory
         */
        public static function execute(array $gserver)
        {
-               $gserver = DBA::selectFirst('gserver', [], ['url' => $gserver['url']]);
                if ($gserver['directory-type'] == GServer::DT_MASTODON) {
                        self::discoverMastodonDirectory($gserver);
                } elseif (!empty($gserver['poco'])) {