From d87b8df56d33c24e46c411580e25aeab078528b7 Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Mon, 13 Feb 2012 15:28:38 -0500 Subject: [PATCH] Remove random offset message during installation Change-Id: I2281a571e37ba9fac2b99806ce9c63e591b4d39f --- updater/install.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/updater/install.c b/updater/install.c index eef6ff1..c9d21f2 100644 --- a/updater/install.c +++ b/updater/install.c @@ -478,8 +478,6 @@ Value* RetouchBinariesFn(const char* name, State* state, fclose(f_random); } random_base = (random_base + random_bits) % 1024; - fprintf(ui->cmd_pipe, "ui_print Random offset: 0x%x\n", random_base); - fprintf(ui->cmd_pipe, "ui_print\n"); // make sure we never randomize to zero; this let's us look at a file // and know for sure whether it has been processed; important in the