mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 17:56:39 +00:00
[nstool] Removed accidentally committed debug code.
This commit is contained in:
parent
148fe3da76
commit
d5c49677fd
1 changed files with 0 additions and 4 deletions
|
@ -4,8 +4,6 @@
|
|||
#include <fnd/io.h>
|
||||
#include "PfsProcess.h"
|
||||
|
||||
#include <fnd/SimpleTextOutput.h>
|
||||
|
||||
PfsProcess::PfsProcess() :
|
||||
mFile(),
|
||||
mCliOutputMode(_BIT(OUTPUT_BASIC)),
|
||||
|
@ -82,8 +80,6 @@ void PfsProcess::importHeader()
|
|||
// open minimum header to get full header size
|
||||
scratch.alloc(sizeof(nn::hac::sPfsHeader));
|
||||
(*mFile)->read(scratch.data(), 0, scratch.size());
|
||||
std::cout << "raw pfs header: " << std::endl;
|
||||
fnd::SimpleTextOutput::hxdStyleDump(scratch.data(), scratch.size());
|
||||
if (validateHeaderMagic(((nn::hac::sPfsHeader*)scratch.data())) == false)
|
||||
{
|
||||
throw fnd::Exception(kModuleName, "Corrupt Header");
|
||||
|
|
Loading…
Reference in a new issue