summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authornicm <nicm>2015-12-14 00:32:19 +0000
committernicm <nicm>2015-12-14 00:32:19 +0000
commita585a1b81a9122c2f7d7083304a4eb47d4e1c7ec (patch)
treeb32db206c0cb9ce98121623b2a7b29f095ea48c4 /log.c
parenta3129fd4e820d7ccb3797fed491e7c021b63c568 (diff)
Remove some stray debug code.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index 200f9119..46f1673c 100644
--- a/log.c
+++ b/log.c
@@ -144,7 +144,6 @@ fatalx(const char *msg, ...)
char *fmt;
va_list ap;
- abort();
va_start(ap, msg);
if (asprintf(&fmt, "fatal: %s", msg) == -1)
exit(1);