From: Vsevolod Stakhov Date: Tue, 28 Apr 2015 10:38:28 +0000 (+0100) Subject: Remove debugging assertion... X-Git-Tag: 0.9.0~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5804b1465022a03564a87176c3489a7de0f82234;p=thirdparty%2Frspamd.git Remove debugging assertion... --- diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c index c2fa125bba..67f7567a9e 100644 --- a/src/libserver/protocol.c +++ b/src/libserver/protocol.c @@ -896,8 +896,6 @@ rspamd_ucl_torspamc_output (struct rspamd_task *task, ucl_object_tostring (elt)); } - g_assert (ucl_object_todouble (score) < 1000.0); - iter = NULL; while ((elt = ucl_iterate_object (metric, &iter, true)) != NULL) { if (elt->type == UCL_OBJECT) {