Skip to content

Commit

Permalink
Remove commit from recalc
Browse files Browse the repository at this point in the history
Commit is issued in numerous other places anyway
  • Loading branch information
DarkFenX committed Dec 23, 2011
1 parent 6365810 commit 80203ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,5 @@ def refreshFit(self, fitID):
def recalc(self, fit, withBoosters=False):
if fit.factorReload is not self.serviceFittingOptions["useGlobalForceReload"]:
fit.factorReload = self.serviceFittingOptions["useGlobalForceReload"]
eos.db.commit()
fit.clear()
fit.calculateModifiedAttributes(withBoosters=withBoosters, dirtyStorage=self.dirtyFitIDs)

0 comments on commit 80203ef

Please sign in to comment.