Skip to content

Commit

Permalink
Remove var dump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Dec 26, 2024
1 parent 2d814b3 commit c50daee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@

$log->debug(sprintf('Will store rates in %s', $path));

var_dump($result);

foreach ($result as $from => $set) {
foreach ($set as $date => $rates) {
$carbon = Carbon::createFromFormat('Y-m-d', $date, $timezone);
Expand Down

0 comments on commit c50daee

Please sign in to comment.