From 50613fcff0f229ebd21a4b378ad0830e5a63dc55 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Sun, 4 Aug 2024 19:50:06 +0200 Subject: [PATCH] Remove unecessary debug calls --- app/Models/Invoice.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 4764c502..ab8b3df1 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -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,