summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-18 22:30:08 +0100
committerdefault <nobody@localhost>2024-01-18 22:30:08 +0100
commit1aff468a552b19ada46d67077b3acd58aa0d0c85 (patch)
tree3f52fd965461314ff3116d287c87823f6e44120d
parent54fff003f111c2bb4996996c93fb442dc430e9db (diff)
Deleted breakpoint.
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index 87a96ba..1bc28b7 100644
--- a/html.c
+++ b/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");