Actually apply the command fit, and remove print statement

This commit is contained in:
blitzman
2017-03-23 00:33:06 -04:00
parent 732386b83a
commit cbcc81d42e
2 changed files with 3 additions and 5 deletions

View File

@@ -242,7 +242,6 @@ class TargetingMiscViewMinimal(StatsView):
# forces update of probe size, since this stat is used by both sig radius and sensor str
if labelName == "labelFullSigRadius":
print "labelName"
if fit:
label.SetToolTip(wx.ToolTip("Probe Size: %.3f" % (fit.probeSize or 0)))
else: