Browse Source

Deleted breakpoint.

default 1 year ago
parent
commit
1aff468a55
1 changed files with 0 additions and 2 deletions
  1. 0 2
      html.c

+ 0 - 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");