X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Fstring.c;fp=formats%2Fctf-text%2Ftypes%2Fstring.c;h=3979e826407fb745d6fc0e9ac7acf856d7c9b3f0;hp=59924dafc90d81bc6efefd24d6ef9aee94046280;hb=d63ca2cd2249356c28a63653d30c681e9a7ce249;hpb=312623540c466defab45503fbe0ce7ec79dcce85 diff --git a/formats/ctf-text/types/string.c b/formats/ctf-text/types/string.c index 59924daf..3979e826 100644 --- a/formats/ctf-text/types/string.c +++ b/formats/ctf-text/types/string.c @@ -31,7 +31,6 @@ int ctf_text_string_write(struct stream_pos *ppos, assert(string_definition->value != NULL); if (pos->dummy) return 0; - //print_pos_tabs(pos); if (definition->index != 0 && definition->index != INT_MAX) fprintf(pos->fp, ",");