diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php index 10ce0b8f..dd9125ea 100644 --- a/lam/templates/pdfedit/pdfpage.php +++ b/lam/templates/pdfedit/pdfpage.php @@ -115,7 +115,6 @@ elseif(isset($_GET['remove'])) { $current = next($_SESSION['currentPDFStructure']); $end++; } - echo "start: $start\nend: $end\n"; array_splice($_SESSION['currentPDFStructure'],$start,$end - $start + 1); } elseif($remove['tag'] == "ENTRY") {