aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-28 11:38:28 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-28 11:38:28 +0100
commit5804b1465022a03564a87176c3489a7de0f82234 (patch)
treed2c7ac5e121a2f5e7a152ba9fcd6f073880fabb7 /src
parentc385e1f39502ade5c42edb5e15ec7799573fb99c (diff)
downloadrspamd-5804b1465022a03564a87176c3489a7de0f82234.tar.gz
rspamd-5804b1465022a03564a87176c3489a7de0f82234.zip
Remove debugging assertion...
Diffstat (limited to 'src')
-rw-r--r--src/libserver/protocol.c2
1 files changed, 0 insertions, 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) {