mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Removing leftover pdb (#2769)
This commit is contained in:
@@ -41,8 +41,6 @@ class SQLAlchemy(GenericConnector):
|
||||
|
||||
def connect(self):
|
||||
if _sqlalchemy:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
self.initConnection()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user