Remove *bad* debug printf
[lttng-tools.git] / lttng-sessiond / ust-app.c
index 489bd8b2fe59f8bf8b53f5262e6805cdeaa3f3a3..d968577439b0951a4c74ef4ba2e5fb5278b49494 100644 (file)
@@ -806,7 +806,6 @@ next_chan:
                }
 
                /* Setup UST consumer socket and send fds to it */
-               printf("WTF HERE: sock: %d\n", usess->consumer_fd);
                ret = ust_consumer_send_session(usess->consumer_fd, ua_sess);
                if (ret < 0) {
                        goto next;
This page took 0.035413 seconds and 4 git commands to generate.