From 713758ebcc6e22d04ac911b3920b63c3f3251c96 Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Thu, 4 Jun 2015 20:28:54 +1000 Subject: [PATCH] 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): """