removing rogue print
This commit is contained in:
@@ -59,7 +59,6 @@ class LocalizationTestCase(test.TestCase):
|
|||||||
pos = 0
|
pos = 0
|
||||||
while parenCount > 0:
|
while parenCount > 0:
|
||||||
char = txt[pos]
|
char = txt[pos]
|
||||||
print char
|
|
||||||
if char == "(":
|
if char == "(":
|
||||||
parenCount += 1
|
parenCount += 1
|
||||||
elif char == ")":
|
elif char == ")":
|
||||||
|
|||||||
Reference in New Issue
Block a user