dfilter: Remove a debug message

Still too noisy even with noisy level.
This commit is contained in:
João Valverde 2022-07-13 15:47:47 +01:00 committed by A Wireshark GitLab Utility
parent 6c8a8d7960
commit f68f172454
1 changed files with 0 additions and 2 deletions

View File

@ -1297,8 +1297,6 @@ dfvm_apply(dfilter_t *df, proto_tree *tree)
arg2 = insn->arg2;
arg3 = insn->arg3;
ws_noisy("ID: %d; OP: %s", id, dfvm_opcode_tostr(insn->op));
switch (insn->op) {
case DFVM_CHECK_EXISTS:
accum = check_exists(tree, arg1, NULL);