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:
parent
951e460c5a
commit
cfc4a49651
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user