diff --git a/src/lua_glue.c b/src/lua_glue.c index 58931d6..42518a8 100644 --- a/src/lua_glue.c +++ b/src/lua_glue.c @@ -203,7 +203,6 @@ int l_messageFound(lua_State *L) { z = JAM_ReadMsgHeader(jb, id, &jmh, &jsp); if (z != 0) { - dolog("Failed to read msg header: %d Erro %d", z, JAM_Errno(jb)); JAM_CloseMB(jb); free(jb); lua_pushnumber(L, 0);