[nstool] Fixed duplicated output in CnmtProcess

This commit is contained in:
jakcron 2018-06-18 20:17:20 +08:00
parent d8800615af
commit 4ba331913e

View file

@ -113,7 +113,6 @@ void CnmtProcess::displayCmnt()
printf("\n");
printf(" Size: 0x%" PRIx64 "\n", (uint64_t)info.size);
printf(" Hash: ");
fnd::SimpleTextOutput::hexDump(info.hash.bytes, sizeof(info.hash));
_HEXDUMP_L(info.hash.bytes, sizeof(info.hash));
printf("\n");
}