Remove printf
authorDamien Zammit <damien@zamaudio.com>
Mon, 10 Aug 2015 02:25:03 +0000 (12:25 +1000)
committerDamien Zammit <damien@zamaudio.com>
Mon, 10 Aug 2015 02:25:03 +0000 (12:25 +1000)
libs/ptformat/ptfformat.cc

index ed80adec0757db2acd900ae71b792cafe17948bd..bed4bad500c84c15db435017545d3dd074533c91 100644 (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) {