Skip to content

Commit

Permalink
remove redundant logger calls
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVin357 committed Aug 26, 2023
1 parent 0e7bcf9 commit 33356f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ public function createAndConfirmDonations($mode, array $donations): int
curl_setopt($ch, CURLOPT_POSTFIELDS, $body);

$response = curl_exec($ch);
$this->logger->info('response is' . $response);

$status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
$this->logger->info('status is' . $status);

if ($status == 200) {
$this->logger->info("Donmo CreateAndConfirmDonations API Request Successful: \n" . $response);
Expand Down

0 comments on commit 33356f4

Please sign in to comment.