diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 6abce6b2c4..c12cd2bb00 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -478,10 +478,7 @@ void ActorUtil::ParseActorCommands( Lua *L, const RString &sCommands ) RString sError; if( !LuaHelpers::RunScript( L, sLuaFunction, "", sError, 1 ) ) - { LOG->Warn( "Compiling \"%s\": %s", sLuaFunction.c_str(), sError.c_str() ); - lua_pushnil( L ); - } /* The function is now on the stack. */ }