Remove random offset message during installation

Change-Id: I2281a571e37ba9fac2b99806ce9c63e591b4d39f
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 @@
         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