Skip to content

Commit

Permalink
Remove a var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
joesaunderson committed Jan 21, 2022
1 parent 470a2c6 commit 6b7c6f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Endpoint/Fixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function getByMultipleIds(array $fixtureIds)
public function getByDate(string $date)
{
$date = SoccerApiHelper::verifyDate($date);
var_dump($date);
$url = "fixtures/date/{$date}";
return $this->call($url);
}
Expand Down

0 comments on commit 6b7c6f5

Please sign in to comment.