mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Removing leftover pdb (#2769)
This commit is contained in:
parent
4bf20066ec
commit
02661c166d
3 changed files with 3 additions and 5 deletions
|
|
@ -41,8 +41,6 @@ class SQLAlchemy(GenericConnector):
|
|||
|
||||
def connect(self):
|
||||
if _sqlalchemy:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
self.initConnection()
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue