Turned off a debugging printf.

2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (run_only_once): Turned off a debugging
	printf.

svn path=/trunk/; revision=21351
This commit is contained in:
Jeffrey Stedfast
2003-05-30 15:50:07 +00:00
committed by Jeffrey Stedfast
parent ade9104dc9
commit e7ce96ace2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-30 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (run_only_once): Turned off a debugging
printf.
2003-05-27 Jeffrey Stedfast <fejj@ximian.com>
This should finish fixing all variations of bug #42854, which,

View File

@ -1012,7 +1012,7 @@ run_only_once (gpointer key, char *action, struct _run_only_once *data)
CamelException *ex = data->ex;
ESExpResult *r;
printf ("evaluating: %s\n\n", action);
d(printf ("evaluating: %s\n\n", action));
e_sexp_input_text (p->eval, action, strlen (action));
if (e_sexp_parse (p->eval) == -1) {