mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
Comment debug text in umain()
This commit is contained in:
@@ -205,6 +205,7 @@ int umain(const std::vector<std::string>& args, const std::vector<std::string>&
|
||||
proc.process();
|
||||
}
|
||||
|
||||
/*
|
||||
switch (set.infile.filetype)
|
||||
{
|
||||
case ctrtool::Settings::FILE_TYPE_NCSD :
|
||||
@@ -256,6 +257,7 @@ int umain(const std::vector<std::string>& args, const std::vector<std::string>&
|
||||
fmt::print("## unknown({}) ##\n", (int)set.infile.filetype);
|
||||
break;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
catch (tc::Exception& e)
|
||||
|
||||
Reference in New Issue
Block a user