mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Get rid of debug print statement.
This commit is contained in:
parent
526e909614
commit
3ec6c1d401
1 changed files with 0 additions and 1 deletions
|
@ -53,5 +53,4 @@ def translate(pat):
|
|||
res = res + ('\\' + c)
|
||||
else:
|
||||
res = res + c
|
||||
print 'translate(' + `pat` + ') == ' + `res`
|
||||
return res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue