diff --git a/source/Logger.cpp b/source/Logger.cpp index 90e46fde..0767fce1 100644 --- a/source/Logger.cpp +++ b/source/Logger.cpp @@ -434,8 +434,6 @@ template < Uint8 L, bool S > static SQInteger LogBasicMessage(HSQUIRRELVM vm) else { _Log->Err("Unable to from the specified value"); - // Failed to log the value - return 0; } // At this point everything went correctly return 0;