Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Nov 25, 2023
1 parent 78d9d9f commit 6135c0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ function format_date($date, $time = true, $intl = true)
IntlDateFormatter::LONG,
$time ? IntlDateFormatter::LONG : IntlDateFormatter::NONE
);
var_dump('$formatter');
var_dump($formatter);
$formatter->setTimeZone($date->getTimezone());

return $formatter->format($date);
Expand Down

0 comments on commit 6135c0f

Please sign in to comment.