removed a print line
svn: r19650
This commit is contained in:
parent
bea515fc09
commit
7d223409b5
@ -526,8 +526,6 @@ class VarString(object):
|
|||||||
curr_string = ""
|
curr_string = ""
|
||||||
index = 0
|
index = 0
|
||||||
|
|
||||||
print "-[ " + str(self.state) + ", " + str(self._text) + " ]"
|
|
||||||
|
|
||||||
while index < len(self._text):
|
while index < len(self._text):
|
||||||
|
|
||||||
if self._text[index][0] == TXT.text:
|
if self._text[index][0] == TXT.text:
|
||||||
|
Loading…
Reference in New Issue
Block a user