From f3b1888035c267aad9ce69a71becc8f9eee4fc90 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 5 Dec 2021 15:01:11 +0200 Subject: Cleanup --- src/bookmarks.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/bookmarks.c b/src/bookmarks.c index f733dac3..500caa38 100644 --- a/src/bookmarks.c +++ b/src/bookmarks.c @@ -310,9 +310,6 @@ static void handleKeyValue_BookmarkLoader_(void *context, const iString *table, } else if (!cmp_String(key, "tags") && tv->type == string_TomlType) { set_String(&bm->tags, tv->value.string); - if (strstr(cstr_String(&bm->tags), "subscribed")) { - printf("a\n"); - } unpackDotTags_Bookmark_(bm); } else if (!cmp_String(key, "icon") && tv->type == int64_TomlType) { -- cgit v1.2.3