diff options
| -rw-r--r-- | lasso/id-ff/logout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index 290e857b..63400963 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -420,7 +420,6 @@ lasso_logout_validate_request(LassoLogout *logout) } /* verification is ok, save name identifier in logout object */ - message(G_LOG_LEVEL_WARNING, "Remove assertion of %s\n", profile->remote_providerID); lasso_session_remove_assertion(profile->session, profile->remote_providerID); if(profile->provider_type==lassoProviderTypeIdp){ logout->initial_remote_providerID = g_strdup(profile->remote_providerID); |
