Skip to content

Commit

Permalink
Remove debug output -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Sep 1, 2019
1 parent d8ea8c2 commit 42e99fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Trackers/PostCH.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ protected function buildResponse($response)
$this->loadMessageCodeLookup();

return array_reduce(json_decode($response), function ($track, $event) {
$description = $this->getDescriptionByCode($event->eventCode);

echo "{$event->eventCode} --> {$description} \n";

return $track->addEvent(Event::fromArray([
'location' => empty($event->city)
? ''
Expand Down

0 comments on commit 42e99fb

Please sign in to comment.