remove cluttering comments
This commit is contained in:
parent
286e62ffdd
commit
b4cf857ce5
|
@ -190,7 +190,6 @@ class Metadata(Loggable):
|
|||
# Now we extra the special values that are calculated from the mutagen
|
||||
# object itself:
|
||||
|
||||
# Hickity Hackity for .wav files. Properly do this later
|
||||
if mmp.extension(fpath) == 'wav':
|
||||
full_mutagen.set_length(mmp.read_wave_duration(fpath))
|
||||
|
||||
|
|
Loading…
Reference in New Issue