1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

clean up logging

This commit is contained in:
David Bomba 2023-02-03 14:07:45 +11:00
parent 951e460c5a
commit cfc4a49651

View File

@ -39,7 +39,7 @@ class StorePaymentRequest extends Request
public function prepareForValidation() public function prepareForValidation()
{ {
$input = $this->all(); $input = $this->all();
nlog($input);
$invoices_total = 0; $invoices_total = 0;
$credits_total = 0; $credits_total = 0;