diff --git a/eos/effects/setbonussansha.py b/eos/effects/setbonussansha.py index 6aad859b9..df7ae7be3 100644 --- a/eos/effects/setbonussansha.py +++ b/eos/effects/setbonussansha.py @@ -6,6 +6,5 @@ runTime = "early" type = "passive" def handler(fit, implant, context): - print "applying set bonus to implants on ", fit, fit.appliedImplants, " from: ", implant, implant.item.name fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"), "armorHpBonus", implant.getModifiedItemAttr("implantSetSansha") or 1)