Removed an unneeded code branch.
This commit is contained in:
parent
7aa6a3b866
commit
7cc322332b
@ -117,11 +117,6 @@ void cMCLogger::LogSimple(const char * a_Text, eLogLevel a_LogLevel)
|
|||||||
LOGERROR("%s", a_Text);
|
LOGERROR("%s", a_Text);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
|
||||||
{
|
|
||||||
LOG("(#%d#: %s", (int)a_LogLevel, a_Text);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user