summaryrefslogtreecommitdiff
path: root/src/bookmarks.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-05 15:01:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-05 15:01:11 +0200
commitf3b1888035c267aad9ce69a71becc8f9eee4fc90 (patch)
tree2267f1e415df588aadb8f3203510eab380836128 /src/bookmarks.c
parent78606839925a424bba90205ac6f986f5773fbfcd (diff)
Cleanup
Diffstat (limited to 'src/bookmarks.c')
-rw-r--r--src/bookmarks.c3
1 files changed, 0 insertions, 3 deletions
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,
310 } 310 }
311 else if (!cmp_String(key, "tags") && tv->type == string_TomlType) { 311 else if (!cmp_String(key, "tags") && tv->type == string_TomlType) {
312 set_String(&bm->tags, tv->value.string); 312 set_String(&bm->tags, tv->value.string);
313 if (strstr(cstr_String(&bm->tags), "subscribed")) {
314 printf("a\n");
315 }
316 unpackDotTags_Bookmark_(bm); 313 unpackDotTags_Bookmark_(bm);
317 } 314 }
318 else if (!cmp_String(key, "icon") && tv->type == int64_TomlType) { 315 else if (!cmp_String(key, "icon") && tv->type == int64_TomlType) {