Ignore:
Timestamp:
03/24/05 16:51:21 (8 years ago)
Author:
hauma
Message:
  • Disabled debug output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/trunk/wiki-macros/TracNav.py

    r2931 r2932  
    9494        match = listRule.search(tocText, nextPos) 
    9595        if not match: 
    96             env.log.debug("No more matches") 
     96            # env.log.debug("No more matches") 
    9797            break 
    9898 
     
    105105            label = match.group('text') 
    106106 
    107         if link == None: 
    108             env.log.debug(label + " ---") 
    109         else: 
    110             env.log.debug(label + ": " + link) 
     107        # if link == None: 
     108        #     env.log.debug(label + " ---") 
     109        # else: 
     110        #     env.log.debug(label + ": " + link) 
    111111 
    112112        (lastIndent, list) = stack[len(stack) - 1] 
Note: See TracChangeset for help on using the changeset viewer.