From a02bbe39648fa99ed2580959c062fa29ae17294b Mon Sep 17 00:00:00 2001 From: burnsypet Date: Wed, 1 Nov 2017 23:31:17 +0000 Subject: [PATCH] Removed traces --- eos/effects/warpdisruptsphere.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/eos/effects/warpdisruptsphere.py b/eos/effects/warpdisruptsphere.py index 433ae319c..4a6d788e9 100644 --- a/eos/effects/warpdisruptsphere.py +++ b/eos/effects/warpdisruptsphere.py @@ -21,8 +21,6 @@ def handler(fit, module, context): fit.ship.increaseItemAttr("warpScrambleStatus", module.getModifiedItemAttr("warpScrambleStrength")) if module.charge is not None and module.charge.ID == 45010: - pyfalog.debug("ALEX: charge is: {0} id is = {1}, so do MWD scrambling", module.charge.name, module.charge.ID) - # this is such a dirty hack for mod in fit.modules: if not mod.isEmpty and mod.item.requiresSkill("High Speed Maneuvering") and mod.state > State.ONLINE: mod.state = State.ONLINE