]> git.mxchange.org Git - friendica.git/commitdiff
Removed unused stuff
authorMichael <heluecht@pirati.ca>
Fri, 31 Jul 2020 19:00:34 +0000 (19:00 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 31 Jul 2020 19:00:34 +0000 (19:00 +0000)
src/Worker/UpdateServerDirectory.php

index c23d01c5acd2a760123ac7b3c8a7c5e24ef363c4..11455b795f4839c8f277249216673b2d93bd9df2 100644 (file)
@@ -21,7 +21,6 @@
 
 namespace Friendica\Worker;
 
-use Friendica\Core\Logger;
 use Friendica\Model\GServer;
 
 class UpdateServerDirectory
@@ -33,6 +32,5 @@ class UpdateServerDirectory
        public static function execute(array $gserver)
        {
                GServer::updateDirectory($gserver);
-               return;
        }
 }