mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Remove debug leftover.
This commit is contained in:
parent
2c67875781
commit
747e8370e0
|
@ -499,7 +499,7 @@ unsigned Packer::findOverlapOverhead(const upx_bytep buf,
|
|||
assert(m < overhead || overhead == 0);
|
||||
nr++;
|
||||
bool success = testOverlappingDecompression(buf, tbuf, m);
|
||||
printf("testOverlapOverhead(%d): %d %d: %d -> %d\n", nr, low, high, m, (int)success);
|
||||
//printf("testOverlapOverhead(%d): %d %d: %d -> %d\n", nr, low, high, m, (int)success);
|
||||
if (success)
|
||||
{
|
||||
overhead = m;
|
||||
|
|
Loading…
Reference in New Issue
Block a user