diff --git a/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs b/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs index 60d98096e3..ed71e3ebf2 100644 --- a/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs +++ b/OpenRA.Mods.RA/Scripting/LuaScriptInterface.cs @@ -46,9 +46,6 @@ namespace OpenRA.Mods.RA.Scripting public void WorldLoaded(World w, WorldRenderer wr) { - Game.Debug("Warning: This map uses the deprecated scripting interface, which will be removed in a future release. " + - "If you are the map author, then please see the OpenRA wiki for instructions on how to migrate to the new API."); - world = w; sma = world.WorldActor.Trait();