drop debug log

This commit is contained in:
Omar Polo 2023-06-23 21:03:24 +00:00
parent 55b74a9691
commit abc599e031
1 changed files with 0 additions and 2 deletions

View File

@ -348,8 +348,6 @@ rsae_send_imsg(int flen, const unsigned char *from, unsigned char *to,
if (res.ret > 0)
memcpy(to, toptr, res.len);
log_warnx("the return is %d", ret);
done = 1;
imsg_free(&imsg);