From 2442a588841c1e9c967afaa90291f240c7e25f13 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 17 Dec 2012 11:26:31 +0000 Subject: [PATCH] minor leftover of deprecated XMLRPC service --- lib/controller/controller.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 12626d016..70221bae5 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -228,13 +228,6 @@ def _saveToResultsFile(): conf.resultsFP.writelines(line) def start(): - kb.busyFlag = True - retVal = _start() - kb.busyFlag = False - - return retVal - -def _start(): """ This function calls a function that performs checks on both URL stability and all GET, POST, Cookie and User-Agent parameters to