From d9144db75aaf7cae64117565e3f6f3ef78016ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 28 May 2012 18:16:57 +0200 Subject: [PATCH] ZXID: Removed some left-over debug. --- src/post_modules/ZXID/module.pmod.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/post_modules/ZXID/module.pmod.in b/src/post_modules/ZXID/module.pmod.in index 7ac8a945b9..24f88d2256 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..]); -- GitLab