diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 30e90ec390be..e2539ba0cc46 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -87,7 +87,7 @@ class CheckData extends Command $this->checkClientBalances(); $this->checkContacts(); $this->checkUserAccounts(); - $this->checkLogoFiles(); + //$this->checkLogoFiles(); if (! $this->option('client_id')) { $this->checkOAuth();