From: Mathieu Desnoyers Date: Fri, 18 Nov 2011 18:02:30 +0000 (-0500) Subject: Cleanup: remove debug output X-Git-Tag: v1.9.1~75 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=1af3d49e997e5585079ff917d2435e9380a071b7;p=lttng-ust.git Cleanup: remove debug output Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/tracepoint.c b/liblttng-ust/tracepoint.c index 578b0f51..526ee00e 100644 --- a/liblttng-ust/tracepoint.c +++ b/liblttng-ust/tracepoint.c @@ -402,8 +402,6 @@ int __tracepoint_probe_unregister(const char *name, void *probe, void *data) { void *old; - fprintf(stderr, "TEST REGISTER %s\n", name); - old = tracepoint_remove_probe(name, probe, data); if (IS_ERR(old)) return PTR_ERR(old);