1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Removed unnecessary return from logger.

This commit is contained in:
Sandu Liviu Catalin 2015-11-09 01:35:59 +02:00
parent c6ee38e3b6
commit 3f7f2c9163

View File

@ -434,8 +434,6 @@ template < Uint8 L, bool S > static SQInteger LogBasicMessage(HSQUIRRELVM vm)
else else
{ {
_Log->Err("Unable to <extract the log message> from the specified value"); _Log->Err("Unable to <extract the log message> from the specified value");
// Failed to log the value
return 0;
} }
// At this point everything went correctly // At this point everything went correctly
return 0; return 0;