removing rogue print

This commit is contained in:
Brian Waldon 2011-04-19 09:48:44 -04:00
parent e02c5fdf30
commit 1092e19e65

View File

@ -59,7 +59,6 @@ class LocalizationTestCase(test.TestCase):
pos = 0
while parenCount > 0:
char = txt[pos]
print char
if char == "(":
parenCount += 1
elif char == ")":