Skip to content

Commit 5f465ca

Browse files
committed
Remove unintended debug statement. Commit ready for merge.
- Legacy-Id: 19303
1 parent 771e854 commit 5f465ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ietf/secr/sreq/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def confirm(request, acronym):
374374

375375
# send notification
376376
session_data['outbound_conflicts'] = [f"{d['name']}: {d['groups']}" for d in outbound_conflicts]
377-
debug.show('session_data["outbound_conflicts"]')
378377
send_notification(group,meeting,login,session_data,'new')
379378

380379
status_text = 'IETF Agenda to be scheduled'

0 commit comments

Comments
 (0)