evolution-rss r213 - trunk/src



Author: lucilanga
Date: Mon Mar 10 06:15:38 2008
New Revision: 213
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=213&view=rev

Log:
misc cleanups

Modified:
   trunk/src/rss.c

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Mon Mar 10 06:15:38 2008
@@ -3454,14 +3454,10 @@
 			xmlNodePtr subnode = node->children;
 			while (subnode!=NULL) {
                 		if (strcasecmp (subnode->name, submatch)==0 && subnode->children)
-				{
-					g_print("HIT\n");
                         		return subnode->children->next;
-				}
 				subnode = subnode->next;
 			}
                 }
-                //node = node->children->next;
                 node = node->next;
         }
         return NULL;
@@ -4009,7 +4005,6 @@
 		g_print("date:%s\n", d);
 		g_print("date:%s\n", d2);
 #endif
-		g_print("author:%s\n", q);
 		p =  decode_html_entities (p);
 		gchar *tmp = decode_html_entities(b);
 		g_free(b);



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