Deleted breakpoint.

This commit is contained in:
default 2024-01-18 22:30:08 +01:00
parent 54fff003f1
commit 1aff468a55

2
html.c
View file

@ -1774,8 +1774,6 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
xs_list *p = v;
char *url = NULL;
xs_debug();
while (url == NULL && xs_list_iter(&p, &v)) {
if (xs_type(v) == XSTYPE_DICT) {
char *type = xs_dict_get(v, "type");