Commit 345451c2 authored by Guido van Rossum's avatar Guido van Rossum

Get rid of debug print statement.

parent 5a570b86
......@@ -53,5 +53,4 @@ def translate(pat):
res = res + ('\\' + c)
else:
res = res + c
print 'translate(' + `pat` + ') == ' + `res`
return res
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment