Skip to content
Snippets Groups Projects
Commit d9144db7 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

ZXID: Removed some left-over debug.

parent 391bd336
Branches
Tags
No related merge requests found
...@@ -97,8 +97,6 @@ class Configuration ...@@ -97,8 +97,6 @@ class Configuration
if (mappingp(query)) query = mapping_to_query(query); if (mappingp(query)) query = mapping_to_query(query);
string raw_res = ::authenticate(query); string raw_res = ::authenticate(query);
werror("Raw res: %O\n", raw_res);
switch(sizeof(raw_res) && raw_res[0]) { switch(sizeof(raw_res) && raw_res[0]) {
case '*': // Error. case '*': // Error.
error("SAML authentication failure: %s\n", raw_res[1..]); error("SAML authentication failure: %s\n", raw_res[1..]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment