Skip to content

Commit 2b0773a

Browse files
authored
removed debug logging
1 parent 0cddf2d commit 2b0773a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.4.10
2+
- removed debug logging
3+
14
1.4.9
25
- better icon for progress
36
- better icon for temperature

control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function updateSensor(itemSensor)
269269
if connectedEntity.type == REACTOR then
270270
local temp = connectedEntity.temperature
271271
if temp then
272-
log("temp: "..tostring(temp))
272+
-- log("temp: "..tostring(temp))
273273
signals[signalIndex] = {index = signalIndex, signal = {type = "virtual",name = "inv-sensor-temperature"},count = floor(temp+0.5)}
274274
signalIndex = signalIndex+1
275275
end

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Inventory Sensor",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"title": "Inventory Sensor",
55
"author": "Optera",
66
"contact": "https://forums.factorio.com/memberlist.php?mode=viewprofile&u=21729",

0 commit comments

Comments
 (0)