Skip to content

Commit

Permalink
Drop debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jul 23, 2022
1 parent 4da2b8e commit b4c5f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fl_sources/google_source_feed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b4c5f16

Please sign in to comment.