13
0

Remove printf

This commit is contained in:
Damien Zammit 2015-08-10 12:25:03 +10:00
parent d0eac58737
commit 223a6c155e

View File

@ -512,7 +512,6 @@ PTFFormat::parserest5(void) {
offsetbytes = (ptfunxored[j+1] & 0xf0) >> 4;
//somethingbytes = (ptfunxored[j+1] & 0xf);
findex = ptfunxored[k+14];
printf("findex=%x\n", findex);
j--;
uint32_t start = 0;
switch (startbytes) {