From 223a6c155e975f11a5a83bd63d9ac47fb47663aa Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Mon, 10 Aug 2015 12:25:03 +1000 Subject: [PATCH] Remove printf --- libs/ptformat/ptfformat.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ptformat/ptfformat.cc b/libs/ptformat/ptfformat.cc index ed80adec07..bed4bad500 100644 --- a/libs/ptformat/ptfformat.cc +++ b/libs/ptformat/ptfformat.cc @@ -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) {