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): """