Removed env.info from sources

This commit is contained in:
FlightControl
2016-07-23 16:50:45 +02:00
parent 509407e63c
commit c7061e98d7
5 changed files with 2 additions and 10 deletions
@@ -23,7 +23,6 @@ do
--- @param Client#CLIENT MenuClient
local function AddStatusMenu( MenuClient )
env.info(MenuClient.ClientName)
local MenuClientName = MenuClient:GetName()
-- This would create a menu for the red coalition under the MenuCoalitionRed menu object.
MenuStatus[MenuClientName] = MENU_CLIENT:New( MenuClient, "Status for Planes" )