Commit 3d8ff310 authored by romanb's avatar romanb

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

parent 99edf66a
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment