[evolution-patches] [gtkhtml] debug prints cleanup




Index: htmlengine.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmlengine.c,v
retrieving revision 1.632
diff -u -p -r1.632 htmlengine.c
--- htmlengine.c	31 Mar 2005 12:44:42 -0000	1.632
+++ htmlengine.c	6 Apr 2005 08:18:03 -0000
@@ -799,7 +799,6 @@ close_flow (HTMLEngine *e, HTMLObject *c
 static void
 update_flow_align (HTMLEngine *e, HTMLObject *clue)
 {
-	printf ("update flow align\n");
 	if (e->flow != NULL) {
 		if (HTML_CLUE (e->flow)->head != NULL)
 			close_flow (e, clue);
@@ -1919,7 +1918,7 @@ element_parse_p (HTMLEngine *e, HTMLObje
 		html_string_tokenizer_tokenize (e->st, (gchar *)(str + 2), " >");
 		while (html_string_tokenizer_has_more_tokens (e->st)) {
 			token = html_string_tokenizer_next_token (e->st);
-			printf ("p token: %s\n", token);
+
 			if (strncasecmp (token, "align=", 6) == 0) {
 				style = html_style_add_text_align (style, parse_halign (token + 6, HTML_HALIGN_NONE));
 			} else if (strncasecmp (token, "class=", 6) == 0) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]