Deleted debug code in html_entry().

This commit is contained in:
default 2022-12-04 06:37:30 +01:00
parent 144d3c29a9
commit bc0f9d116f

10
html.c
View File

@ -516,14 +516,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
}
else
if (strcmp(type, "Note") != 0) {
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
xs *s1 = xs_fmt("<p>%s ?</p>\n", type);
s = xs_str_cat(s, s1);
s = xs_str_cat(s, "</div>\n");
return xs_str_cat(os, s);
/* skip oddities */
return os;
}
/* bring the main actor */