From b0b84ebb1f1f3bed57cf4f5f85d22344fb259d7d Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Wed, 6 Apr 2005 20:49:19 +0000 Subject: [PATCH] Remove debugging code svn: r4314 --- gramps2/src/GenericFilter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps2/src/GenericFilter.py b/gramps2/src/GenericFilter.py index 7092a7932..ca49f1bf0 100644 --- a/gramps2/src/GenericFilter.py +++ b/gramps2/src/GenericFilter.py @@ -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'