Remove random offset message during installation
Change-Id: I2281a571e37ba9fac2b99806ce9c63e591b4d39f
This commit is contained in:
parent
1c50ff29e6
commit
d87b8df56d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user