Retrait ligne en commentaire.
[MosaicDocument.git] / skins / make_nav_tree.py
index a6b02c9..39b3e92 100755 (executable)
@@ -22,7 +22,6 @@ stateName = rootObject.id + userid + '_tree'
 cookieName = stateName + '-state'
 stm = SimpleTreeMaker(stateName)
 stm.setChildAccess(function=getSubObjects)
-#stm.setStateFunction(expandIfUnauthorized)
 
 tree, rows = stm.cookieTree(rootObject)
 cookieValue = resp.cookies[cookieName]['value']