Get rid of debug print statement.

This commit is contained in:
Guido van Rossum 1992-01-14 18:27:26 +00:00
parent 526e909614
commit 3ec6c1d401
1 changed files with 0 additions and 1 deletions

View File

@ -53,5 +53,4 @@ def translate(pat):
res = res + ('\\' + c)
else:
res = res + c
print 'translate(' + `pat` + ') == ' + `res`
return res