remove var dump

This commit is contained in:
Damodar Lohani
2023-04-17 08:58:05 +00:00
parent 0b2ccf7a2a
commit 8fcb199af0
-1
View File
@@ -26,7 +26,6 @@ App::get('/v1/locale')
->inject('locale')
->inject('geodb')
->action(function (Request $request, Response $response, Locale $locale, Reader $geodb) {
var_dump($locale);
$eu = Config::getParam('locale-eu');
$currencies = Config::getParam('locale-currencies');
$output = [];