removed debug output

This commit is contained in:
duergner 2004-05-31 12:20:23 +00:00
parent 1a1c369401
commit 0589dc8842
1 changed files with 0 additions and 1 deletions

View File

@ -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") {