Skip to content

Commit

Permalink
remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 29, 2024
1 parent 9861cd8 commit c773e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,6 @@ def manage_inf(infid=None, op=None):
raise Exception(response.text)
flash("VMs %s successfully deleted." % vm_list, "success")
elif op == "migrate":
form_data = request.form.to_dict()
new_im_url = form_data.get('new_im_url')
new_im = InfrastructureManager(new_im_url, settings.imTimeout)
infra_data = im.export_inf(infid, auth_data)
Expand Down

0 comments on commit c773e85

Please sign in to comment.