remove debug print statement
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 4 Nov 2013 15:12:58 +0000 (16:12 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 4 Nov 2013 15:12:58 +0000 (16:12 +0100)
ui/topmenu.py

index 1be7c28..3a94a21 100644 (file)
@@ -35,7 +35,6 @@ def topmenu_items (current,request=None):
             if d['label'][:curlen].lower() == current: 
                 d['is_active']=True
                 if up is not None: up['is_active']=True
-            print 'mark_active OUT','d=',d,'up',up
         for d in result:
             mark_active(d)
             if 'dropdown' in d: