filter core: smalle change on tree: hopefully the last
authorsiboud <siboud@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Apr 2005 19:05:03 +0000 (19:05 +0000)
committersiboud <siboud@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Apr 2005 19:05:03 +0000 (19:05 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@928 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/filter.c

index 09b512b448611619c763b242f5a2667a38b5a8fe..11358657f02e16d9b324ede06c8cb8484a813581 100644 (file)
@@ -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 
This page took 0.024571 seconds and 4 git commands to generate.