From 7026eb128c2483151192dd978f1b4cbf886f134c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 12 Nov 2023 15:19:06 +1100 Subject: [PATCH] Minor fixes --- app/Services/Pdf/PdfService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Pdf/PdfService.php b/app/Services/Pdf/PdfService.php index 708ad74716fe..f879d4d23165 100644 --- a/app/Services/Pdf/PdfService.php +++ b/app/Services/Pdf/PdfService.php @@ -127,7 +127,6 @@ class PdfService $this->execution_time = microtime(true) - $this->start_time; - nlog($html); return $html; }