remove debugging output

svn: r4686
This commit is contained in:
Martin Hawlisch 2005-05-26 07:29:58 +00:00
parent e4c5d452de
commit 07d92eb9ca

View File

@ -401,7 +401,6 @@ class PedigreeView:
person_handle = obj.get_data(_PERSON)
if person_handle:
print "PedView.on_childmenu_changed emits 'active-changed'"
self.parent.emit("active-changed", (person_handle,))
return 1
return 0