Skip to content

Commit

Permalink
Drop whipper caching [12/?]
Browse files Browse the repository at this point in the history
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
  • Loading branch information
JoeLametta committed Feb 2, 2019
1 parent 7c98dac commit 7009329
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 7009329

Please sign in to comment.