mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
remove prints for testing
This commit is contained in:
parent
1b2c8398b1
commit
62566ee61d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue