1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +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()
{
$input = $this->all();
nlog($input);
$invoices_total = 0;
$credits_total = 0;