Changeset 2932 for trac/trunk
- Timestamp:
- 03/24/05 16:51:21 (8 years ago)
- File:
-
- 1 edited
-
trac/trunk/wiki-macros/TracNav.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/wiki-macros/TracNav.py
r2931 r2932 94 94 match = listRule.search(tocText, nextPos) 95 95 if not match: 96 env.log.debug("No more matches")96 # env.log.debug("No more matches") 97 97 break 98 98 … … 105 105 label = match.group('text') 106 106 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) 111 111 112 112 (lastIndent, list) = stack[len(stack) - 1]
Note: See TracChangeset
for help on using the changeset viewer.
