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

Skip to content

Commit 0a378c1

Browse files
committed
Removed useless code
1 parent 48cc8a3 commit 0a378c1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sqlmap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616

1717
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
1818

19-
# NOTE: This breaks SQL shell and OS shell history and TAB functionalities
20-
#import locale
21-
#sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
22-
2319
try:
2420
import psyco
2521
psyco.full()

0 commit comments

Comments
 (0)