From b4c5f1629632fa2c8220adc42d9284b1d6f5dd33 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sat, 23 Jul 2022 17:38:20 +0200 Subject: [PATCH] Drop debug print --- src/fl_sources/google_source_feed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fl_sources/google_source_feed.c b/src/fl_sources/google_source_feed.c index 5eadfea81..f6932b6b0 100644 --- a/src/fl_sources/google_source_feed.c +++ b/src/fl_sources/google_source_feed.c @@ -87,7 +87,6 @@ google_source_feed_item_cb (JsonNode *node, itemPtr item) while (iter) { const gchar *category = json_node_get_string ((JsonNode *)iter->data); if (category) { - g_print("category: %s\n", category); item->readStatus = (strstr (category, "state\\/com.google\\/read") != NULL); break; }