plugins/ctf/common/metadata: logging: standardize in parser and lexer
[babeltrace.git] / plugins / ctf / lttng-live / metadata.c
index ffc775d05ddfe3babf4d4b1ab8058ef66bd23f32..1adc81c1553bd893319738aae900c54e1b5c4534 100644 (file)
@@ -185,10 +185,6 @@ enum bt_ctf_lttng_live_iterator_status lttng_live_metadata_update(
                goto end;
        }
 
-       if (babeltrace_debug) {
-               // yydebug = 1;
-       }
-
        fp = bt_fmemopen(metadata_buf, len_read, "rb");
        if (!fp) {
                BT_LOGE("Cannot memory-open metadata buffer: %s",
This page took 0.025915 seconds and 4 git commands to generate.