X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FStorage.php;h=e0083598c319ec07b93b7c64f7bd533fff945e44;hb=efe358c617d18740b63cd0dcb1ee23591fcb0e2d;hp=f9674c4d1981b80e87cefbaefaf1b7d09511fbeb;hpb=518f28a7bf0b2e21feb82f7ba2477406e818313e;p=friendica.git diff --git a/src/Core/Console/Storage.php b/src/Core/Console/Storage.php index f9674c4d19..e0083598c3 100644 --- a/src/Core/Console/Storage.php +++ b/src/Core/Console/Storage.php @@ -37,8 +37,6 @@ HELP; protected function doExecute() { - $a = \Friendica\BaseObject::getApp(); - if ($this->getOption('v')) { $this->out('Executable: ' . $this->executable); $this->out('Class: ' . __CLASS__);