Removed excess diagnostic information

This commit is contained in:
MaruMaruOO
2018-07-11 10:28:39 -04:00
parent 1699b8ceee
commit 7a4c7a8f9f

View File

@@ -201,11 +201,7 @@ class Fit(object):
def copyFit(fitID):
pyfalog.debug("Creating copy of fit ID: {0}", fitID)
fit = eos.db.getFit(fitID)
pyfalog.error(fit.name)
pyfalog.error(fit.implantLocation)
newFit = copy.deepcopy(fit)
pyfalog.error(newFit.name)
pyfalog.error(newFit.implantLocation)
eos.db.save(newFit)
return newFit.ID