Merge pull request #32 from gramps-project/sam-m888-patch-6

Hide unused code
This commit is contained in:
Doug Blank 2015-06-04 12:46:46 -04:00
commit 0060b078df

View File

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