Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
KerryJones committed Jul 22, 2024
1 parent f6983be commit 7075f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Endpoints/Responses/Indices/Quotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Quotes

public function __construct(array $quotes)
{
print_r($quotes);
foreach ($quotes as $quote) {
$this->quotes[] = new Quote($quote);
}
Expand Down

0 comments on commit 7075f6a

Please sign in to comment.