aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node-filter.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-12-19 19:00:50 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-19 19:00:50 +0800
commit84f65901dc8c489683433402293aac2a062e0aa1 (patch)
tree24d857c3dd17e3268b74cbda17eb947aac5354f6 /lib/ephy-node-filter.c
parenta2f961edc8727333836550c7923886c4b7f24897 (diff)
downloadgsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.gz
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.bz2
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.lz
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.xz
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.zst
gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.zip
Remove stray g_print
Diffstat (limited to 'lib/ephy-node-filter.c')
-rw-r--r--lib/ephy-node-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-node-filter.c b/lib/ephy-node-filter.c
index 6e87a471e..4cffc46c7 100644
--- a/lib/ephy-node-filter.c
+++ b/lib/ephy-node-filter.c
@@ -441,7 +441,7 @@ ephy_node_filter_expression_evaluate (EphyNodeFilterExpression *exp,
prop = ephy_node_get_property_int (node,
exp->args.prop_args.prop_id);
- g_print ("%d %d\n", prop, exp->args.prop_args.second_arg.number);
+
return (prop < exp->args.prop_args.second_arg.number);
}
default: