Remove prints

This commit is contained in:
blitzmann
2016-05-16 23:56:46 -04:00
parent 62fd545d24
commit 655d658a52
3 changed files with 1 additions and 3 deletions

View File

@@ -363,7 +363,6 @@ class Fit(object):
drone.amount += 1
elif thing.category.name == "Fighter":
print "dskfnds"
fighter = eos.types.Fighter(thing)
fit.projectedFighters.append(fighter)
elif thing.group.name == "Effect Beacon":