snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 1aff468a552b19ada46d67077b3acd58aa0d0c85
parent 54fff003f111c2bb4996996c93fb442dc430e9db
Author: default <nobody@localhost>
Date:   Thu, 18 Jan 2024 22:30:08 +0100

Deleted breakpoint.

Diffstat:
Mhtml.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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");