Remove logging

This commit is contained in:
David Bomba 2023-02-23 17:27:12 +11:00
parent b5d9f45a56
commit ea4ae8a9c0

View File

@ -119,8 +119,6 @@ class BankTransfer
$this->stripe->stripe_connect_auth $this->stripe->stripe_connect_auth
); );
nlog($pi);
if (in_array($pi->status, ['succeeded', 'processing'])) { if (in_array($pi->status, ['succeeded', 'processing'])) {
return $this->processSuccesfulRedirect($pi); return $this->processSuccesfulRedirect($pi);
} }