summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/saml2/entity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py
index 24cb95f6..d7061a45 100644
--- a/src/saml2/entity.py
+++ b/src/saml2/entity.py
@@ -287,7 +287,6 @@ class Entity(HTTPBase):
if binding == BINDING_HTTP_POST:
logger.info("HTTP POST")
info = http_form_post_message(msg_str, destination, relay_state, typ)
- (msg_str, destination, relay_state, typ)
info["url"] = destination
info["method"] = "POST"
elif binding == BINDING_HTTP_REDIRECT: