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 committed by Doug Blank
parent aa35dbfb82
commit 5bfe514f45

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