aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_regexp.c')
-rw-r--r--src/lua/lua_regexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_regexp.c b/src/lua/lua_regexp.c
index 371f89d45..a612f71d7 100644
--- a/src/lua/lua_regexp.c
+++ b/src/lua/lua_regexp.c
@@ -711,7 +711,6 @@ lua_regexp_gc (lua_State *L)
struct rspamd_lua_regexp *to_del = lua_check_regexp (L);
if (to_del) {
- msg_warn ("del: %p", to_del->re);
if (!IS_DESTROYED (to_del)) {
rspamd_regexp_unref (to_del->re);
}