remove old addition not needed

This commit is contained in:
TrustedSec 2016-02-09 11:31:31 -05:00
parent 047c33ea1a
commit 680fcd04a6
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ version 7.0.1
~~~~~~~~~~~~~~~~
* fixed an issue where harvester would error out when using python2 - worked fine in python3 - added backwards compatibility
* fixed an issue that would cause the IP address to not update when selecting credential harvester and cause a double prompt
~~~~~~~~~~~~~~~~
version 7.0

View file

@ -375,7 +375,6 @@ try:
setprompt(["2"], "IP address for the POST back in Harvester/Tabnabbing"))
if check_options("IPADDR=") != 0:
print "I HERE"
ipaddr = check_options("IPADDR=")
update_options("IPADDR=" + ipaddr)
else: