Remove some leftover debug code.

This commit is contained in:
nicm
2026-05-17 16:02:33 +00:00
parent a8520ba59e
commit 962d647993

2
log.c
View File

@@ -150,7 +150,6 @@ fatal(const char *msg, ...)
log_vwrite(msg, ap, tmp);
va_end(ap);
abort ();//XXX
exit(1);
}
@@ -164,6 +163,5 @@ fatalx(const char *msg, ...)
log_vwrite(msg, ap, "fatal: ");
va_end(ap);
abort ();//XXX
exit(1);
}