diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-06 17:13:06 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-06 17:13:06 +0000 |
| commit | ddbc8d7fd06705370a5862bfb65144136c512a9b (patch) | |
| tree | 894092b079aeda9da43ca55276aab18ac9ee2ca1 | |
| parent | 4883e41bc3c0f0caa4cfd4116e158d5339585bc1 (diff) | |
| download | lasso-ddbc8d7fd06705370a5862bfb65144136c512a9b.tar.gz lasso-ddbc8d7fd06705370a5862bfb65144136c512a9b.tar.xz lasso-ddbc8d7fd06705370a5862bfb65144136c512a9b.zip | |
Removed debug messages
| -rw-r--r-- | lasso/Attic/protocols/artifact.c | 10 | ||||
| -rw-r--r-- | lasso/id-ff/login.c | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lasso/Attic/protocols/artifact.c b/lasso/Attic/protocols/artifact.c index ce3cd016..063ee024 100644 --- a/lasso/Attic/protocols/artifact.c +++ b/lasso/Attic/protocols/artifact.c @@ -250,11 +250,11 @@ lasso_artifact_new_from_query(const xmlChar *query) identityProviderSuccinctID, assertionHandle); - /* debug("b64_samlArt = %s\n", b64_samlArt); */ - /* debug("relayState = %s\n", relayState); */ - /* debug("byteCode = %s\n", byteCode); */ - /* debug("identityProviderSuccinctID = %s\n", identityProviderSuccinctID); */ - /* debug("assertionHandle = %s\n", assertionHandle); */ +/* printf("b64_samlArt = %s\n", b64_samlArt); */ +/* printf("relayState = %s\n", relayState); */ +/* printf("byteCode = %s\n", byteCode); */ +/* printf("identityProviderSuccinctID = %s\n", identityProviderSuccinctID); */ +/* printf("assertionHandle = %s\n", assertionHandle); */ if (ret >= 0) { artifact = lasso_artifact_new(b64_samlArt, diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index 05879d63..effe9164 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -831,7 +831,6 @@ lasso_login_init_request(LassoLogin *login, return (-1); } - printf("SourceID ProviderID hash : %s\n", lasso_str_hash("http://example-idp", LASSO_PROFILE(login)->server->private_key)); /* rebuild response (artifact) */ switch (response_method) { case lassoHttpMethodRedirect: |
