Remove debug output

- Legacy-Id: 3308
This commit is contained in:
Ole Laursen 2011-08-12 14:54:57 +00:00
parent c347552a10
commit 99886e9a38

View file

@ -509,7 +509,6 @@ class IESGHistoryProxy(Person):
def from_role(self, role, time):
from ietf.utils.history import find_history_active_at
personhistory = find_history_active_at(role.email.person, time)
print personhistory
self.from_object(personhistory or role.email.person)
from redesign.group.proxy import Area
self.area = Area().from_object(role.group)