1
0

Removed an unneeded code branch.

This commit is contained in:
madmaxoft 2014-04-01 13:38:40 +02:00
parent 7aa6a3b866
commit 7cc322332b

View File

@ -117,11 +117,6 @@ void cMCLogger::LogSimple(const char * a_Text, eLogLevel a_LogLevel)
LOGERROR("%s", a_Text);
break;
}
default:
{
LOG("(#%d#: %s", (int)a_LogLevel, a_Text);
break;
}
}
}