aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-message-search.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-22 02:26:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-22 02:26:16 +0800
commit446b481820b8cf79381c4c9cb58a37752fca6d3e (patch)
treed6fb400760b0d933a91354ca75d335d02beebca9 /filter/filter-message-search.c
parent477df7090a0f2b7350fb61dbe30e79f02d8542f5 (diff)
downloadgsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar.gz
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar.bz2
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar.lz
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar.xz
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.tar.zst
gsoc2013-evolution-446b481820b8cf79381c4c9cb58a37752fca6d3e.zip
took out some no longer needed printfs.
2000-11-21 Jeffrey Stedfast <fejj@helixcode.com> * filter-message-search.c: took out some no longer needed printfs. svn path=/trunk/; revision=6632
Diffstat (limited to 'filter/filter-message-search.c')
-rw-r--r--filter/filter-message-search.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/filter-message-search.c b/filter/filter-message-search.c
index f2b13eadd9..a4db6c4373 100644
--- a/filter/filter-message-search.c
+++ b/filter/filter-message-search.c
@@ -134,8 +134,6 @@ header_matches (struct _ESExp *f, int argc, struct _ESExpResult **argv, FilterMe
}
}
- printf ("comparing: '%s' with '%s'\n", contents, match);
-
if (is_lowercase) {
if (!g_strcasecmp (contents, match))
matched = TRUE;