removed debug print

svn: r13615
This commit is contained in:
Doug Blank 2009-11-18 00:24:48 +00:00
parent ee91c17d4b
commit 3e6a161694

View File

@ -48,7 +48,6 @@ class DjangoDb(GrampsDbBase):
return obj
def get_person_from_handle(self, handle):
print "get_person_from_handle:", handle
obj = gen.lib.Person()
data = self.dji.get_person(self.dji.Person.get(handle=handle))
obj.unserialize(data)