Revert "TMP: adds ivory-pill boot-timing printfs"

This reverts commit e7df5cedc1ff24b8cf9f07484278a9fc9d647ff4.
This commit is contained in:
Joe Bryan 2020-09-01 14:47:41 -07:00
parent 0709edb84a
commit 2bd4602143

View File

@ -774,17 +774,8 @@ 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));
}
// disable core dumps (due to lmdb size)
//
{