~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tales.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-01 13:32:36 UTC
  • mfrom: (13130.2.17 display-name-with-id-0)
  • Revision ID: launchpad@pqm.canonical.com-20110601133236-jsysctzpeexzhw5u
[testfix][rs=sinzui] Remove pdb from tales formatter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1221
1221
            # XXX sinzui 2011-05-31: Remove this next line when the feature
1222
1222
            # flag is removed.
1223
1223
            view_name = None
1224
 
        elif view_name == 'mainsite':
 
1224
        elif view_name == 'id-only':
1225
1225
            # XXX sinzui 2011-05-31: remove this block and /id-only from
1226
1226
            # launchpad-loginstatus.pt whwn the feature flag is removed.
1227
1227
            text = self._context.name
1228
 
            import pdb; pdb.set_trace()
1229
1228
            view_name = None
1230
1229
        else:
1231
1230
            text = self._context.displayname