Remove debugging code
svn: r4314
This commit is contained in:
parent
d91a531b43
commit
260864b15f
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user