From fb824cab046b65154adb6b8e610395a271f94d77 Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 13 Mar 2022 17:40:55 +0800 Subject: [PATCH] Comment debug text in umain() --- ctrtool/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctrtool/src/main.cpp b/ctrtool/src/main.cpp index 680bb6a..add642b 100644 --- a/ctrtool/src/main.cpp +++ b/ctrtool/src/main.cpp @@ -205,6 +205,7 @@ int umain(const std::vector& args, const std::vector& proc.process(); } + /* switch (set.infile.filetype) { case ctrtool::Settings::FILE_TYPE_NCSD : @@ -256,6 +257,7 @@ int umain(const std::vector& args, const std::vector& fmt::print("## unknown({}) ##\n", (int)set.infile.filetype); break; } + */ } catch (tc::Exception& e)