diff options
| -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, | |||
| 1774 | xs_list *p = v; | 1774 | xs_list *p = v; |
| 1775 | char *url = NULL; | 1775 | char *url = NULL; |
| 1776 | 1776 | ||
| 1777 | xs_debug(); | ||
| 1778 | |||
| 1779 | while (url == NULL && xs_list_iter(&p, &v)) { | 1777 | while (url == NULL && xs_list_iter(&p, &v)) { |
| 1780 | if (xs_type(v) == XSTYPE_DICT) { | 1778 | if (xs_type(v) == XSTYPE_DICT) { |
| 1781 | char *type = xs_dict_get(v, "type"); | 1779 | char *type = xs_dict_get(v, "type"); |