From 119b361297194f5f9b2d275f8d63f995ea040a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 28 Jan 2021 15:19:21 +0100 Subject: [PATCH] wip --- app/Services/PdfMaker/Design.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index 8ad0c506b61a..68914154da1b 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -334,8 +334,6 @@ class Design extends BaseDesign $items = $this->transformLineItems($this->entity->line_items, $type); - info($items); - if (count($items) == 0) { return []; }