Add -t option
[babeltrace.git] / formats / ctf-text / types / sequence.c
index 70a41dc3bb9a975d39344e59e3b83fc2d1efd83a..4e9048949fc3f54a3481b8ce2dc6b989c7a85246 100644 (file)
@@ -25,7 +25,6 @@ int ctf_text_sequence_write(struct stream_pos *ppos, struct definition *definiti
        int ret;
 
        if (!pos->dummy) {
-               //print_pos_tabs(pos);
                if (definition->index != 0 && definition->index != INT_MAX)
                        fprintf(pos->fp, ",");
                if (definition->index != INT_MAX)
@@ -39,7 +38,6 @@ int ctf_text_sequence_write(struct stream_pos *ppos, struct definition *definiti
        ret = sequence_rw(ppos, definition);
        if (!pos->dummy) {
                pos->depth--;
-               //print_pos_tabs(pos);
                fprintf(pos->fp, " ]");
        }
        return ret;
This page took 0.022686 seconds and 4 git commands to generate.