From e2746b5c0864a8cb8c291ce76997b6e69fe45525 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Fri, 4 Dec 2015 11:49:40 +0100 Subject: [PATCH] Removed a useless debug line. --- src/plugins/rssyl/rssyl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/rssyl/rssyl.c b/src/plugins/rssyl/rssyl.c index 150e8dca9..9c36d0cfa 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); -- 2.25.1