remove debugging output
svn: r4686
This commit is contained in:
parent
e4c5d452de
commit
07d92eb9ca
@ -401,7 +401,6 @@ class PedigreeView:
|
|||||||
|
|
||||||
person_handle = obj.get_data(_PERSON)
|
person_handle = obj.get_data(_PERSON)
|
||||||
if person_handle:
|
if person_handle:
|
||||||
print "PedView.on_childmenu_changed emits 'active-changed'"
|
|
||||||
self.parent.emit("active-changed", (person_handle,))
|
self.parent.emit("active-changed", (person_handle,))
|
||||||
return 1
|
return 1
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user