Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 768e5da

Browse files
committed
Removing leftover (from 5593bf2)
1 parent 5593bf2 commit 768e5da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/core/common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,10 +2954,6 @@ def decodeIntToUnicode(value):
29542954
retVal = unichr(value)
29552955
else:
29562956
retVal = getUnicode(raw, conf.charset)
2957-
2958-
if Backend.isDbms(DBMS.MYSQL):
2959-
import pdb
2960-
pdb.set_trace()
29612957
else:
29622958
retVal = getUnicode(chr(value))
29632959
except:

0 commit comments

Comments
 (0)