[Commits] [SCM] claws branch, master, updated. 3.17.3-169-g24c3e4c

ticho at claws-mail.org ticho at claws-mail.org
Sun Apr 28 23:22:32 CEST 2019


The branch, master has been updated
       via  24c3e4c3f5d8af1139dc0dac55eee907dd0a72c6 (commit)
      from  ed39558ac116e480cdbe18a6ee6c5602150994cb (commit)

Summary of changes:
 src/plugins/rssyl/parse822.c |    3 ---
 1 file changed, 3 deletions(-)


- Log -----------------------------------------------------------------
commit 24c3e4c3f5d8af1139dc0dac55eee907dd0a72c6
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Apr 28 23:22:00 2019 +0200

    Remove unnecessary debug output from previous commit

diff --git a/src/plugins/rssyl/parse822.c b/src/plugins/rssyl/parse822.c
index 0553de6..e59d282 100644
--- a/src/plugins/rssyl/parse822.c
+++ b/src/plugins/rssyl/parse822.c
@@ -205,15 +205,12 @@ FeedItem *rssyl_parse_folder_item_file(gchar *path)
 				if( !strcmp(lines[i], RSSYL_TEXT_END) ) {
 					debug_print("RSSyl: Trailing html tag found at line %d\n", i);
 					past_endhtml_tag = TRUE;
-					i++;
 					continue;
 				}
 
 				if (body) {
-					debug_print("appending '%s'\n", lines[i]);
 					body = g_string_append(body, lines[i]);
 				} else {
-					debug_print("creating new with '%s'\n", lines[i]);
 					body = g_string_new(lines[i]);
 				}
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list