Removed unrequired code

This commit is contained in:
echel0n 2014-04-13 16:30:51 -07:00
commit ce38317d48
2 changed files with 0 additions and 8 deletions

View file

@ -93,8 +93,6 @@ def extract(filePath, outputDestination):
# Create outputDestination folder
create_destination(outputDestination)
logger.info("Loading config from %s", nzbtomedia.CONFIG_FILE)
passwordsfile = nzbtomedia.CFG["passwords"]["PassWordFile"]
if passwordsfile != "" and os.path.isfile(os.path.normpath(passwordsfile)):
passwords = [line.strip() for line in open(os.path.normpath(passwordsfile))]