From 9ee94120a8d3d010826f646b89887a74bfc1f31e Mon Sep 17 00:00:00 2001 From: Simon Berger Date: Tue, 29 Aug 2017 20:27:06 +0200 Subject: [PATCH] removed debug --- lib/Cpdf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cpdf.php b/lib/Cpdf.php index 2ec44714a..64e8d2b78 100644 --- a/lib/Cpdf.php +++ b/lib/Cpdf.php @@ -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--;