minor update

This commit is contained in:
Miroslav Stampar
2012-04-23 14:33:36 +00:00
parent 1eecfb3dce
commit d57d5e4b2c
2 changed files with 12 additions and 11 deletions

View File

@@ -1379,9 +1379,6 @@ def __purgeOutput():
"""
if conf.purgeOutput and os.path.isdir(paths.SQLMAP_OUTPUT_PATH):
infoMsg = "purging content of output directory ('%s')" % paths.SQLMAP_OUTPUT_PATH
logger.info(infoMsg)
purge(paths.SQLMAP_OUTPUT_PATH)
def __setConfAttributes():