Remove unecessary debug calls

This commit is contained in:
Darko Gjorgjijoski
2024-08-04 19:50:06 +02:00
parent 468aec6bc1
commit 50613fcff0

View File

@@ -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,