Hide unused code

This commit is contained in:
Sam Manzi 2015-06-04 20:28:54 +10:00
parent 195afaa5b9
commit 713758ebcc

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