add logs/ to .gitignore
[openwrt.git] / tools / firmware-utils / src / trx.c
index f2ad991..1ad3de5 100644 (file)
@@ -231,7 +231,6 @@ int main(int argc, char **argv)
 
        fclose(out);
        
-       printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]);
        return EXIT_SUCCESS;
 }
 
This page took 0.034765 seconds and 4 git commands to generate.