From 5804b1465022a03564a87176c3489a7de0f82234 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Apr 2015 11:38:28 +0100 Subject: [PATCH] Remove debugging assertion... --- src/libserver/protocol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c index c2fa125bb..67f7567a9 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) { -- 2.39.5