Skip to content

Commit

Permalink
πŸ”‡ Remove leftover debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amcintosh committed Oct 25, 2023
1 parent 62ad094 commit 86531d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resource/EventsResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ protected function handleError(int $statusCode, array $responseData, string $raw
$details = $detail['fieldViolations'];
}
}
var_dump($details);
throw new FreshBooksException($message, $statusCode, null, $rawRespone, $errorCode, $details);
}

Expand Down

0 comments on commit 86531d5

Please sign in to comment.