From ca91f6bd921dfb8ed57a07d0de45ab65658d306d Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 22 Mar 2016 23:21:39 -0400 Subject: [PATCH] Remove debugging print --- eos/effects/setbonussansha.py | 1 - 1 file changed, 1 deletion(-) 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)