Changeset 141

Show
Ignore:
Timestamp:
02/27/06 15:02:30 (3 years ago)
Author:
tim
Message:

removed print from page breadcrumb renderer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/timhtcopy/pyramid/page.py

    r140 r141  
    6363    def render_breadcrumb(self, ctx, data): 
    6464        tag = ctx.tag 
    65         print data 
    6665        try: 
    6766            for item in data[:-1]: