[Commits] [SCM] claws branch, master, updated. 3.13.0-95-ge2746b5
ticho at claws-mail.org
ticho at claws-mail.org
Fri Dec 4 11:51:00 CET 2015
The branch, master has been updated
via e2746b5c0864a8cb8c291ce76997b6e69fe45525 (commit)
from be4091e52342eb578944733861a77ca78e66eb6f (commit)
Summary of changes:
src/plugins/rssyl/rssyl.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit e2746b5c0864a8cb8c291ce76997b6e69fe45525
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Dec 4 11:49:40 2015 +0100
Removed a useless debug line.
diff --git a/src/plugins/rssyl/rssyl.c b/src/plugins/rssyl/rssyl.c
index 150e8dc..9c36d0c 100644
--- a/src/plugins/rssyl/rssyl.c
+++ b/src/plugins/rssyl/rssyl.c
@@ -528,8 +528,6 @@ static gchar *rssyl_item_get_path(Folder *folder, FolderItem *item)
g_return_val_if_fail(folder != NULL, NULL);
g_return_val_if_fail(item != NULL, NULL);
- debug_print("RSSyl: item_get_path\n");
-
name = folder_item_get_name(rssyl_get_root_folderitem(item));
path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, RSSYL_DIR,
G_DIR_SEPARATOR_S, name, G_DIR_SEPARATOR_S, item->path, NULL);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list