diff options
author | default <nobody@localhost> | 2024-01-18 22:30:08 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-18 22:30:08 +0100 |
commit | 1aff468a552b19ada46d67077b3acd58aa0d0c85 (patch) | |
tree | 3f52fd965461314ff3116d287c87823f6e44120d | |
parent | 54fff003f111c2bb4996996c93fb442dc430e9db (diff) |
Deleted breakpoint.
-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, 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"); |