remove unnecessary check

This commit is contained in:
mrbesen 2022-09-05 17:14:16 +02:00
parent d178716463
commit 47504fdd41
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ int main(int argc, char** argv) {
Log::setColoredOutput(true);
#endif
if(argc == 0) {
Log::fatal << "arg[0] is not set";
return 1;
}
Args args = parseArgs(argc, argv);
if(args.debugLog) {
Log::setConsoleLogLevel(Log::Level::trace);