moved PollVelocity debug print outside of loop to avoid redundant terminal output
This commit is contained in:
6
main.lua
6
main.lua
@@ -569,10 +569,10 @@ function PollVelocity()
|
|||||||
|
|
||||||
SensorData.Velocity.Raw = VelocityVectors
|
SensorData.Velocity.Raw = VelocityVectors
|
||||||
|
|
||||||
if Config.Debug then
|
end
|
||||||
print("DEBUG: PollVelocity fetched sensor data: "..tableToString(SensorData.Velocity))
|
|
||||||
end
|
|
||||||
|
|
||||||
|
if Config.Debug then
|
||||||
|
print("DEBUG: PollVelocity fetched sensor data: "..tableToString(SensorData.Velocity))
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if Config.Debug then
|
if Config.Debug then
|
||||||
|
|||||||
Reference in New Issue
Block a user