Browse Source

Remove debugging assertion...

tags/0.9.0
Vsevolod Stakhov 9 years ago
parent
commit
5804b14650
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/libserver/protocol.c

+ 0
- 2
src/libserver/protocol.c View File

@@ -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) {

Loading…
Cancel
Save