Cleanup: remove debug output
[lttng-ust.git] / liblttng-ust / tracepoint.c
index 578b0f5151d3fecddf8a4321e54ac46d8f97ca23..526ee00e58d130cd2093ab59e31078b7cdbf52b4 100644 (file)
@@ -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);
This page took 0.023448 seconds and 4 git commands to generate.