Skip to content

Commit 5a49d28

Browse files
Ansbiget Hild ElarikAnsbiget Hild Elarik
authored andcommitted
remove debug comment, restart runner
1 parent 872e152 commit 5a49d28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gui/builtinViewColumns/heat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def calcDamageProbability(self, mod, t): # get chance the module is damaged when
125125

126126
probs = []
127127
for m in self.fit.modules:
128-
# print("enumerate", m.item.name, "slot", m.slot)
129128
if (m == mod): continue
130129
if m.slot == mod.slot:
131130
if m.state == FittingModuleState.OVERHEATED:

0 commit comments

Comments
 (0)