remove prints for testing

This commit is contained in:
soergeld 2020-04-25 23:13:38 +02:00
parent 1b2c8398b1
commit 62566ee61d

View file

@ -41,9 +41,7 @@ log = logging.getLogger('beets')
def apply_item_metadata(item, track_info):
"""Set an item's metadata from its matched TrackInfo object.
"""
print('zer' in track_info)
for attr in track_info:
print(attr in track_info)
item.__setattr__(attr, getattr(track_info, attr))
# At the moment, the other metadata is left intact (including album