mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-22 08:05:57 +01:00
Merge pull request #506 from bladeswords/patch-1
Remove debugging which prevents sqlmap from running smoothly
This commit is contained in:
commit
bfc3094e35
1 changed files with 0 additions and 2 deletions
|
|
@ -2169,8 +2169,6 @@ def _basicOptionValidation():
|
|||
raise SqlmapFilePathException(errMsg)
|
||||
|
||||
def _resolveCrossReferences():
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
lib.core.threads.readInput = readInput
|
||||
lib.core.common.getPageTemplate = getPageTemplate
|
||||
lib.core.common.setHTTPProxy = _setHTTPProxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue