diff --git a/programs/nstool/source/CnmtProcess.cpp b/programs/nstool/source/CnmtProcess.cpp index 69b4869..63b06bf 100644 --- a/programs/nstool/source/CnmtProcess.cpp +++ b/programs/nstool/source/CnmtProcess.cpp @@ -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"); }