mirror of
https://github.com/beetbox/beets.git
synced 2026-01-24 17:12:07 +01:00
Remove stray prints (#2333)
This commit is contained in:
parent
3528a675fa
commit
8cc2ac5b39
1 changed files with 0 additions and 2 deletions
|
|
@ -761,7 +761,6 @@ class MP3PeopleStorageStyle(MP3StorageStyle):
|
|||
|
||||
def store(self, mutagen_file, value):
|
||||
frames = mutagen_file.tags.getall(self.key)
|
||||
print(frames)
|
||||
|
||||
# Try modifying in place.
|
||||
found = False
|
||||
|
|
@ -778,7 +777,6 @@ class MP3PeopleStorageStyle(MP3StorageStyle):
|
|||
encoding=mutagen.id3.Encoding.UTF8,
|
||||
people=[[self.involvement, value]]
|
||||
)
|
||||
print(frame)
|
||||
mutagen_file.tags.add(frame)
|
||||
|
||||
def fetch(self, mutagen_file):
|
||||
|
|
|
|||
Loading…
Reference in a new issue