diff options
| author | 2024-01-18 22:30:08 +0100 | |
|---|---|---|
| committer | 2024-01-18 22:30:08 +0100 | |
| commit | 1aff468a552b19ada46d67077b3acd58aa0d0c85 (patch) | |
| tree | 3f52fd965461314ff3116d287c87823f6e44120d /html.c | |
| parent | Fixed bad actor value in the button bar for Peertube videos. (diff) | |
| download | snac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.tar.gz snac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.tar.xz snac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.zip | |
Deleted breakpoint.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -1774,8 +1774,6 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local, | |||
| 1774 | xs_list *p = v; | 1774 | xs_list *p = v; |
| 1775 | char *url = NULL; | 1775 | char *url = NULL; |
| 1776 | 1776 | ||
| 1777 | xs_debug(); | ||
| 1778 | |||
| 1779 | while (url == NULL && xs_list_iter(&p, &v)) { | 1777 | while (url == NULL && xs_list_iter(&p, &v)) { |
| 1780 | if (xs_type(v) == XSTYPE_DICT) { | 1778 | if (xs_type(v) == XSTYPE_DICT) { |
| 1781 | char *type = xs_dict_get(v, "type"); | 1779 | char *type = xs_dict_get(v, "type"); |