Remove filter test printouts
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 70dad7674a754e84bc636b1e3492c8548cbf3144..cca5dcf83716d9ce0e854305185689290b3e72aa 100644 (file)
@@ -328,9 +328,6 @@ int handle_message(struct sock_info *sock_info,
                }
                bytecode->len = lum->u.filter.data_size;
                bytecode->reloc_offset = lum->u.filter.reloc_offset;
-               fprintf(stderr, "RECV len %d rel %d\n",
-                       lum->u.filter.data_size,
-                       lum->u.filter.reloc_offset);
                if (ops->cmd) {
                        ret = ops->cmd(lum->handle, lum->cmd,
                                        (unsigned long) bytecode,
This page took 0.024406 seconds and 4 git commands to generate.