From 6a3e71ea315b6635536ae7e1dfa1bbbf9fbaef12 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Mar 2018 12:01:40 +0100 Subject: [run-virt] pw_daemon: Remove debug output --- core/modules/run-virt/pw_daemon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core/modules') diff --git a/core/modules/run-virt/pw_daemon.c b/core/modules/run-virt/pw_daemon.c index 46a380d7..8c7e8198 100644 --- a/core/modules/run-virt/pw_daemon.c +++ b/core/modules/run-virt/pw_daemon.c @@ -256,7 +256,6 @@ static uint8_t* keygen() } } close(fd); - fprintf(stderr, "Got %d bytes from urandom\n", (int)done); } while (done < KEYLEN) { key[done++] = (char)(rand() & 0xff); -- cgit v1.2.3-55-g7522