diff --git a/lib/core/option.py b/lib/core/option.py index c0ccd9c6d..6974099ff 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1081,7 +1081,6 @@ def __setConfAttributes(): conf.httpHeaders = [] conf.hostname = None conf.loggedToOut = None - conf.logic = "AND" conf.matchRatio = None conf.multipleTargets = False conf.outputPath = None diff --git a/lib/utils/parenthesis.py b/lib/utils/parenthesis.py index bd4fa4323..c1cbeeac3 100644 --- a/lib/utils/parenthesis.py +++ b/lib/utils/parenthesis.py @@ -27,7 +27,6 @@ def checkForParenthesis(): logMsg = "testing for parenthesis on injectable parameter" logger.info(logMsg) - logic = conf.logic count = 0 case = getInjectionCase(kb.injType)