From 1a252208753b215be6e2cb78be48e1580ca711bc Mon Sep 17 00:00:00 2001 From: siboud Date: Sun, 17 Apr 2005 19:05:03 +0000 Subject: [PATCH 1/1] filter core: smalle change on tree: hopefully the last git-svn-id: http://ltt.polymtl.ca/svn@928 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/filter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/lttv/filter.c b/ltt/branches/poly/lttv/lttv/filter.c index 09b512b4..11358657 100644 --- a/ltt/branches/poly/lttv/lttv/filter.c +++ b/ltt/branches/poly/lttv/lttv/filter.c @@ -588,7 +588,7 @@ gboolean lttv_apply_op_eq_string(const gpointer v1, LttvFieldValue v2) { */ gboolean lttv_apply_op_eq_quark(const gpointer v1, LttvFieldValue v2) { GQuark* r = (GQuark*) v1; - g_print("v1:%i v2:%i\n",*r,v2.v_uint32); +// g_print("v1:%i v2:%i\n",*r,v2.v_uint32); return (*r == v2.v_uint32); } @@ -1667,7 +1667,6 @@ lttv_filter_tree_parse( rresult = lttv_filter_tree_parse_branch(t->r_child.leaf,event,tracefile,trace,state,context); } - g_print("t:%p rresult:%i lresult:%i\n",t,rresult,lresult); /* * Apply and return the -- 2.34.1