Clean up logging
This commit is contained in:
parent
0202365bb2
commit
1f95aaeb93
|
|
@ -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)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue