Skip to content

Commit

Permalink
Update 'command/cd.py' (caching removal)
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 Sep 17, 2020
1 parent cb5b3b7 commit 7be8ca0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions whipper/command/cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def do(self):
self.ittoc = self.program.getFastToc(self.runner, self.device)

# already show us some info based on this
self.program.getRipResult(self.ittoc.getCDDBDiscId())
print("CDDB disc id: %s" % self.ittoc.getCDDBDiscId())
self.mbdiscid = self.ittoc.getMusicBrainzDiscId()
print("MusicBrainz disc id %s" % self.mbdiscid)
Expand Down Expand Up @@ -499,8 +498,6 @@ def _ripIfNotRipped(number):
self.itable.setFile(number, 1, trackResult.filename,
self.itable.getTrackLength(number), number)

self.program.saveRipResult()

# check for hidden track one audio
htoa = self.program.getHTOA()
if htoa:
Expand Down Expand Up @@ -541,8 +538,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 7be8ca0

Please sign in to comment.