summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ptformat/ptfformat.cc1
1 files changed, 0 insertions, 1 deletions
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) {