Skip to content

Commit

Permalink
removed error_log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Jan 9, 2018
1 parent 1824535 commit d54e11f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions model/invoice-pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ public function BuildInvoice($invoice, $isOffer = false, $stream = false){
$total = round($v['total'], 2);
$tax = round($v['total_tax'], 2);

error_log($product_name);

$table->AddCell("$i", null, [], ['top' => 5]);
$table->AddCell($product_name, null, [], ['top' => 5]);
$table->AddCell($qtyStr, 'right', [], ['top' => 5]);
Expand Down

0 comments on commit d54e11f

Please sign in to comment.