Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove two print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Afforess committed Nov 4, 2015
1 parent 67407b2 commit 12bd986
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions value_sensors/remote_sensor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ function RemoteSensor.new(mod_name, name, line, caption, color)
color = sensor.color
}
global.remote_sensors[name] = sensor_data
print("Added Global Remote Sensors: " .. serpent.dump(global.remote_sensors))
end

function RemoteSensor.get_by_name(name)
return ValueSensor.get_by_name("remote_sensor_" .. name)
end

function RemoteSensor.initialize()
print("Initializing Global Remote Sensors: " .. serpent.dump(global.remote_sensors))
-- Initialize any remote sensors that were previously saved
if global.remote_sensors then
print("Global Remote Sensors: " .. serpent.dump(global.remote_sensors))
Expand Down

0 comments on commit 12bd986

Please sign in to comment.