revert workflow experiments

This commit is contained in:
MihailRis
2024-06-12 00:43:00 +03:00
parent 4f8bf22ef1
commit 2061665dd2
3 changed files with 5 additions and 19 deletions
-3
View File
@@ -13,12 +13,9 @@ static debug::Logger logger("main");
int main(int argc, char** argv) {
debug::Logger::init("latest.log");
logger.info() << "start of the log (argc=" << argc << ")";
EnginePaths paths;
if (!parse_cmdline(argc, argv, paths))
return EXIT_SUCCESS;
logger.info() << "configuring encoding";
platform::configure_encoding();
try {