talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit e2746b5c0864a8cb8c291ce76997b6e69fe45525
parent be4091e52342eb578944733861a77ca78e66eb6f
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri,  4 Dec 2015 11:49:40 +0100

Removed a useless debug line.

Diffstat:
Msrc/plugins/rssyl/rssyl.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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);