removed a print line

svn: r19650
This commit is contained in:
Craig J. Anderson 2012-05-25 22:55:44 +00:00
parent bea515fc09
commit 7d223409b5

View File

@ -526,8 +526,6 @@ class VarString(object):
curr_string = ""
index = 0
print "-[ " + str(self.state) + ", " + str(self._text) + " ]"
while index < len(self._text):
if self._text[index][0] == TXT.text: