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)) {