Skip to content

Commit 99886e9

Browse files
committed
Remove debug output
- Legacy-Id: 3308
1 parent c347552 commit 99886e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/meeting/proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ def from_object(self, base):
509509
def from_role(self, role, time):
510510
from ietf.utils.history import find_history_active_at
511511
personhistory = find_history_active_at(role.email.person, time)
512-
print personhistory
513512
self.from_object(personhistory or role.email.person)
514513
from redesign.group.proxy import Area
515514
self.area = Area().from_object(role.group)

0 commit comments

Comments
 (0)