Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 7, 2011
1 parent f44020c commit b741f43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/sitelink.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ function findObjectNode($object){
$assigned_nodes = $object->assignedNodes();
array_unshift($assigned_nodes, $object->mainNode());
foreach($assigned_nodes as $node){
eZDebug::writeDebug($this->rootNodeID);
eZDebug::writeDebug($node->pathArray());
if($node->hiddenStatusString() != "Hidden" && in_array($this->rootNodeID,$node->pathArray())){return $node;}
}
return $object->mainNode();
Expand Down

0 comments on commit b741f43

Please sign in to comment.