Commit b2219ac6 authored by Lev Walkin's avatar Lev Walkin

remove debug

parent ddac4001
...@@ -990,7 +990,6 @@ junk_bytes_with_probability(uint8_t *buf, size_t size, double prob) { ...@@ -990,7 +990,6 @@ junk_bytes_with_probability(uint8_t *buf, size_t size, double prob) {
byte ^= BPROB(0x01); byte ^= BPROB(0x01);
} }
if(byte != *ptr) { if(byte != *ptr) {
DEBUG("Junk buf[%d] %02x -> %02x", ptr - buf, *ptr, byte);
*ptr = byte; *ptr = byte;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment