mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove logging
This commit is contained in:
parent
538ea20437
commit
39ae04132f
@ -109,7 +109,7 @@ class ClientStatementController extends BaseController
|
||||
*/
|
||||
|
||||
public function statement(CreateStatementRequest $request)
|
||||
{ nlog($request->all());
|
||||
{
|
||||
$pdf = $request->client()->service()->statement(
|
||||
$request->only(['start_date', 'end_date', 'show_payments_table', 'show_aging_table', 'status'])
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user