From: compudj Date: Thu, 11 Oct 2007 17:05:10 +0000 (+0000) Subject: remove debug X-Git-Tag: v0.12.20~833 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=8ab969e2bd0a142ee1a18d507b717836ee450796;p=lttv.git remove debug git-svn-id: http://ltt.polymtl.ca/svn@2656 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/event.c b/ltt/branches/poly/ltt/event.c index f29a2914..bce0b8d8 100644 --- a/ltt/branches/poly/ltt/event.c +++ b/ltt/branches/poly/ltt/event.c @@ -152,8 +152,6 @@ guint32 ltt_event_get_unsigned(LttEvent *e, struct marker_field *f) { gboolean reverse_byte_order; - g_warning("ltt size: %d", sizeof(LttTracefile)); - if(unlikely(f->attributes & LTT_ATTRIBUTE_NETWORK_BYTE_ORDER)) { reverse_byte_order = (g_ntohs(0x1) != 0x1); } else { diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index b026d4e2..59575e7a 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -246,9 +246,6 @@ int parse_trace_header(void *header, LttTracefile *tf, LttTrace *t) // t->compact_facilities = NULL; } - printf("init size : %d\n", sizeof(LttTracefile)); - - switch(any->major_version) { case 0: