mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Deleted breakpoint.
This commit is contained in:
parent
54fff003f1
commit
1aff468a55
1 changed files with 0 additions and 2 deletions
2
html.c
2
html.c
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue