mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove logging
This commit is contained in:
parent
3e36f335b4
commit
8e3b90494b
@ -236,7 +236,7 @@ class Statement
|
|||||||
private function invoiceStatuses() :array
|
private function invoiceStatuses() :array
|
||||||
{
|
{
|
||||||
$status = 'all';
|
$status = 'all';
|
||||||
nlog($this->options);
|
|
||||||
if(array_key_exists('status', $this->options))
|
if(array_key_exists('status', $this->options))
|
||||||
$status = $this->options['status'];
|
$status = $this->options['status'];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user