1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Removed an echo statement of an undefined variable. Possibly a remainder of some debug output.

This commit is contained in:
romanb 2007-02-10 14:18:30 +00:00
parent 99edf66af4
commit 3d8ff310c1

View File

@ -84,7 +84,6 @@ class Doctrine_Node_NestedSet_PreOrderIterator implements Iterator
$this->level = $record->getNode()->getLevel();
$this->prevLeft = $record->getNode()->getLeftValue();
echo $this->maxDepth;
// clear the table identity cache
$record->getTable()->clear();
}