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

Skip to content

Commit 760519d

Browse files
committed
Removing redundant piece of code
1 parent a54c261 commit 760519d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

lib/controller/controller.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ def start():
234234
check if they are dynamic and SQL injection affected
235235
"""
236236

237-
if not conf.start:
238-
return False
239-
240237
if conf.direct:
241238
initTargetEnv()
242239
setupTargetEnv()

lib/core/option.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,6 @@ def _setConfAttributes():
14641464
conf.resultsFilename = None
14651465
conf.resultsFP = None
14661466
conf.scheme = None
1467-
conf.start = True
14681467
conf.tests = []
14691468
conf.trafficFP = None
14701469
conf.wFileType = None

0 commit comments

Comments
 (0)