From 5bfe514f4594bf3e6a42aaee819bb1a905eff5d1 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 4 Jun 2015 12:46:46 -0400 Subject: [PATCH] Merge pull request #32 from gramps-project/sam-m888-patch-6 Hide unused code --- gramps/plugins/lib/libsubstkeyword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/libsubstkeyword.py b/gramps/plugins/lib/libsubstkeyword.py index 2d3db00de..7481fee28 100644 --- a/gramps/plugins/lib/libsubstkeyword.py +++ b/gramps/plugins/lib/libsubstkeyword.py @@ -734,7 +734,7 @@ class VarString(object): #return what we have return (self.state, curr_string) - print("===" + str(self.state) + " '" + str(curr_string) + "'") + #print("===" + str(self.state) + " '" + str(curr_string) + "'") def extend(self, acquisition): """