diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 368aa5c22201..f41c1223b3b9 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -97,7 +97,7 @@ class CheckData extends Command $this->checkFailedJobs(); } - $this->checkTranslations(); + //$this->checkTranslations(); $this->logMessage('Done: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); $errorEmail = env('ERROR_EMAIL');