Skip to content

Commit

Permalink
Drop whipper caching [12/?]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLametta committed Dec 14, 2018
1 parent a4b45e3 commit ab4e7f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions whipper/command/cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ def _ripIfNotRipped(number):
self.itable.setFile(number, 1, trackResult.filename,
self.ittoc.getTrackLength(number), number)

self.program.saveRipResult()

# check for hidden track one audio
htoa = self.program.getHTOA()
if htoa:
Expand Down Expand Up @@ -486,8 +484,6 @@ def _ripIfNotRipped(number):

accurip.print_report(self.program.result)

self.program.saveRipResult()

self.program.writeLog(discName, self.logger)


Expand Down

0 comments on commit ab4e7f4

Please sign in to comment.