Clean up logging

This commit is contained in:
David Bomba 2025-03-09 21:11:01 +11:00
parent 0202365bb2
commit 1f95aaeb93
1 changed files with 1 additions and 2 deletions

View File

@ -99,8 +99,7 @@ class CreateRawPdf
public function handle() public function handle()
{ {
nlog("Generating PDF for {$this->entity_string}");
$pdf = $this->generatePdf(); $pdf = $this->generatePdf();
if($this->isBlankPdf($pdf)) { if($this->isBlankPdf($pdf)) {