removed debug output
This commit is contained in:
parent
1a1c369401
commit
0589dc8842
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue