Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonberger authored and bsweeney committed Sep 14, 2017
1 parent ddcc832 commit 9ee9412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4525,7 +4525,6 @@ function closeObject()
// close the object, as long as there was one open in the first place, which will be indicated by
// an objectId on the stack.
if ($this->nStack > 0) {
dd($this->stack[$this->nStack]);
$this->currentContents = $this->stack[$this->nStack]['c'];
$this->currentPage = $this->stack[$this->nStack]['p'];
$this->nStack--;
Expand Down

0 comments on commit 9ee9412

Please sign in to comment.