From 2bd460214357f7138a0a2883a8435d8c57655a6e Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Tue, 1 Sep 2020 14:47:41 -0700 Subject: [PATCH] Revert "TMP: adds ivory-pill boot-timing printfs" This reverts commit e7df5cedc1ff24b8cf9f07484278a9fc9d647ff4. --- pkg/urbit/vere/king.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pkg/urbit/vere/king.c b/pkg/urbit/vere/king.c index dd0d39b9a..552804136 100644 --- a/pkg/urbit/vere/king.c +++ b/pkg/urbit/vere/king.c @@ -774,16 +774,7 @@ u3_king_commence() // boot the ivory pill // - { - struct timeval b4, f2, d0; - gettimeofday(&b4, 0); - - _king_boot_ivory(); - - gettimeofday(&f2, 0); - timersub(&f2, &b4, &d0); - fprintf(stderr, "lite: boot %lu ms\r\n", (d0.tv_sec * 1000) + (d0.tv_usec / 1000)); - } + _king_boot_ivory(); // disable core dumps (due to lmdb size) //