diff --git a/src/post_modules/ZXID/module.pmod.in b/src/post_modules/ZXID/module.pmod.in index 7ac8a945b9c78a0c354e0b9e2143e8e20c954d23..24f88d225619032022f885d5e1fc9b8f74b652b9 100644 --- a/src/post_modules/ZXID/module.pmod.in +++ b/src/post_modules/ZXID/module.pmod.in @@ -97,8 +97,6 @@ class Configuration if (mappingp(query)) query = mapping_to_query(query); string raw_res = ::authenticate(query); - werror("Raw res: %O\n", raw_res); - switch(sizeof(raw_res) && raw_res[0]) { case '*': // Error. error("SAML authentication failure: %s\n", raw_res[1..]);