1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Clean up logging

This commit is contained in:
David Bomba 2022-04-19 16:32:54 +10:00
parent 6bffa1af10
commit 5172723b89

View File

@ -168,8 +168,6 @@ class CreditCard
$response = $this->eway_driver->init()->eway->createTransaction(\Eway\Rapid\Enum\ApiMethod::DIRECT, $transaction);
nlog($response);
$this->logResponse($response);
// if(!$response || !property_exists($response, 'ResponseMessage'))