From 909fb7c8d0c1da7c9d0992145ed26f5c9ab83d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 11 Oct 2022 10:52:05 +0000 Subject: [PATCH] Cleanup --- app/tasks/locales.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/tasks/locales.php b/app/tasks/locales.php index e4776fc571..4b054c0cc1 100644 --- a/app/tasks/locales.php +++ b/app/tasks/locales.php @@ -53,7 +53,6 @@ $cli $type !== 'json' && Console::info('To get detailed information about missing translations, run the command with --type=debug parameter. Use --type=json to get JSON formatted results.'); if ($type === 'json') { - \var_dump($results); Console::log(\json_encode($results)); } });