Remove debugging code

svn: r4314
This commit is contained in:
Martin Hawlisch 2005-04-06 20:49:19 +00:00
parent ad39f6be25
commit b0b84ebb1f

View File

@ -1731,7 +1731,6 @@ class ProbablyAlive(Rule):
self.current_year = int(self.list[0]) self.current_year = int(self.list[0])
except: except:
self.current_year = None self.current_year = None
print self.current_year
def name(self): def name(self):
return 'People probably alive' return 'People probably alive'