Remove temporary error code

FossilOrigin-Name: 9a6c646a13f89e2e422b5ead0067ab597161a349ddf3003a88fe40dbb5097400
This commit is contained in:
nekobit 2022-07-03 23:14:06 +00:00
parent 3f28928a1b
commit c0ccb74569

View file

@ -516,8 +516,7 @@ char* make_mentions_local(char* content)
&error, &erroffset, NULL);
if (re == NULL)
{
char* v;
easprintf(&v, "Couldn't parse regex at offset %d: %s\n", error, REGEX_MENTION + erroffset);
fprintf(stderr, "Couldn't parse regex at offset %d: %s\n", error, REGEX_MENTION + erroffset);
pcre2_code_free(re);
return NULL;
}