Removed extra line from a previous aborted refactor

svn: r10539
This commit is contained in:
Doug Blank 2008-04-10 02:01:47 +00:00
parent 082097292e
commit e410f04c7a

View File

@ -506,7 +506,6 @@ class GrampsDBDir(GrampsDbBase, UpdateCallback):
# it makes no sense to go further
if not self.version_supported():
self.__close_early()
return 0
self.family_map = self.__open_table(self.full_name, FAMILY_TBL)
self.place_map = self.__open_table(self.full_name, PLACES_TBL)