* src/FilterEditor/_EditRule.py (MyID.name_from_gramps_id): Remove

debugginb output.


svn: r7121
This commit is contained in:
Alex Roitman 2006-08-04 19:49:32 +00:00
parent 49d002f75c
commit b7ddf09cba
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
2006-08-04 Alex Roitman <shura@gramps-project.org>
* src/FilterEditor/_EditRule.py (MyID.name_from_gramps_id): Remove
debugginb output.
* src/DataViews/_MediaView.py (row_change): Work around older pygtk.
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new
files.

View File

@ -266,7 +266,6 @@ class MyID(gtk.HBox):
def name_from_gramps_id(self,gramps_id):
if self.obj_class == 'Person':
person = self.db.get_person_from_gramps_id(gramps_id)
print gramps_id
name = _nd.display_name(person.get_primary_name())
elif self.obj_class == 'Family':
family = self.db.get_family_from_gramps_id(gramps_id)