remove debug
[lttng-tools.git] / src / bin / lttng / commands / rotate.c
index 9248e52a4e61124fb2ce960a2c16b0bf993bd811..0184e014784c6b344aae39ef718ef689ea072027 100644 (file)
@@ -335,7 +335,6 @@ int cmd_rotate(int argc, const char **argv)
                }
        }
 
-       fprintf(stderr, "T: %lu, S: %lu\n", timer, size);
        /* No config options, just rotate the session now */
        if (timer == 0 && size == 0) {
                command_ret = rotate_tracing(session_name);
This page took 0.023798 seconds and 5 git commands to generate.