diff options
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rspamadm/commands.c b/src/rspamadm/commands.c index 87b953050..306938697 100644 --- a/src/rspamadm/commands.c +++ b/src/rspamadm/commands.c @@ -219,8 +219,6 @@ rspamadm_fill_lua_commands (lua_State *L, GPtrArray *dest) lua_gettable (L, -2); } else { - msg_err ("bad return type in %s: %s", path, - lua_typename (L, lua_type (L, -1))); continue; /* Something goes wrong, huh */ } |