remove debug

This commit is contained in:
Lev Walkin 2017-10-23 22:18:41 -07:00
parent ddac40017f
commit b2219ac657
1 changed files with 0 additions and 1 deletions

View File

@ -990,7 +990,6 @@ junk_bytes_with_probability(uint8_t *buf, size_t size, double prob) {
byte ^= BPROB(0x01);
}
if(byte != *ptr) {
DEBUG("Junk buf[%d] %02x -> %02x", ptr - buf, *ptr, byte);
*ptr = byte;
}
}