Remove debugging code

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

View File

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