Removed unused stuff

This commit is contained in:
Michael 2020-07-31 19:00:34 +00:00
parent 86c924b820
commit 5b8961a88e
1 changed files with 0 additions and 2 deletions

View 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;
}
}