From 1f95aaeb930a2a70fc5b9941fb08bb1a1826a6ab Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 9 Mar 2025 21:11:01 +1100 Subject: [PATCH] Clean up logging --- app/Jobs/Entity/CreateRawPdf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Jobs/Entity/CreateRawPdf.php b/app/Jobs/Entity/CreateRawPdf.php index 67be3c0da5..9f0f203c09 100644 --- a/app/Jobs/Entity/CreateRawPdf.php +++ b/app/Jobs/Entity/CreateRawPdf.php @@ -99,8 +99,7 @@ class CreateRawPdf public function handle() { - nlog("Generating PDF for {$this->entity_string}"); - + $pdf = $this->generatePdf(); if($this->isBlankPdf($pdf)) {