mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
Remove unecessary debug calls
This commit is contained in:
@@ -711,10 +711,6 @@ class Invoice extends Model implements HasMedia
|
||||
return [];
|
||||
}
|
||||
|
||||
\Log::error(print_r($amount, true));
|
||||
\Log::error(print_r($this->due_amount, true));
|
||||
\Log::error($this->total);
|
||||
|
||||
if ($amount == 0) {
|
||||
$data = [
|
||||
'status' => Invoice::STATUS_COMPLETED,
|
||||
|
||||
Reference in New Issue
Block a user