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; }