From d7b315f62fcceff6115c30ad5f33f8c08a8da625 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 6 May 2023 22:20:12 +1000 Subject: [PATCH] Add all send email contacts to statements --- app/Services/Client/ClientService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Services/Client/ClientService.php b/app/Services/Client/ClientService.php index a26fc8c7a13b..d2fc9795099f 100644 --- a/app/Services/Client/ClientService.php +++ b/app/Services/Client/ClientService.php @@ -206,8 +206,6 @@ class ClientService '$end_date' => $this->client_end_date, ]; - nlog($email_object); - return $email_object; }