Merge lp:~cjohnston/summit/code-removal into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 397
Merged at revision: 405
Proposed branch: lp:~cjohnston/summit/code-removal
Merge into: lp:summit
Diff against target: 10 lines (+0/-1)
1 file modified
summit/schedule/views.py (+0/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/code-removal
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+105539@code.launchpad.net

Commit message

Removes an old debug string

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/views.py'
2--- summit/schedule/views.py 2012-05-09 16:57:55 +0000
3+++ summit/schedule/views.py 2012-05-11 22:41:19 +0000
4@@ -361,7 +361,6 @@
5 'scheduler': summit.can_change_agenda(attendee),
6 'drafter': drafter,
7 }
8- #import pdb; pdb.set_trace()
9 return render_to_response("schedule/meeting.html", context,
10 context_instance=RequestContext(request))
11

Subscribers

People subscribed via source and target branches