mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
refactor: remove leftover debug messages
This commit is contained in:
@@ -430,8 +430,6 @@ function RADAR:SendSettingUpdate()
|
||||
antennas[ant].mode = self:GetAntennaMode( ant )
|
||||
antennas[ant].speedLocked = self:IsAntennaSpeedLocked( ant )
|
||||
antennas[ant].fast = self:ShouldFastBeDisplayed( ant )
|
||||
|
||||
-- UTIL:Log( "Updating " .. ant .. " antenna display, data: (xmit: " .. tostring( antennas[ant].xmit ) .. ") (mode: " .. tostring( antennas[ant].mode ) .. ") (speedLocked: " .. tostring( antennas[ant].speedLocked ) .. ") (fast: " .. tostring( antennas[ant].fast ) .. ")" )
|
||||
end
|
||||
|
||||
-- Send a message to the NUI side with the current state of the antennas
|
||||
|
||||
Reference in New Issue
Block a user