lib: have default clock snapshot in event message
[babeltrace.git] / lib / lib-logging.c
index 0872cc26bbc9af334654026e83e292cf5e95c3c8..ecf217ff1bc119403fd313678a103f69ccc08004 100644 (file)
@@ -712,12 +712,6 @@ static inline void format_event(char **buf_ch, bool extended,
                }
        }
 
-       if (event->default_cs) {
-               SET_TMP_PREFIX("default-cs-");
-               format_clock_snapshot(buf_ch, true, tmp_prefix,
-                       event->default_cs);
-       }
-
        packet = bt_event_borrow_packet_const(event);
        if (!packet) {
                return;
This page took 0.024647 seconds and 4 git commands to generate.