mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Remove pointless print call.
This commit is contained in:
parent
b0add60332
commit
27f0b57d2b
1 changed files with 0 additions and 1 deletions
|
|
@ -285,7 +285,6 @@ class ModelTest(unittest.TestCase):
|
|||
model.some_boolean_field = True
|
||||
|
||||
for field, type_ in model._fields.items():
|
||||
print("%s - %s" % (model[field], field))
|
||||
self.assertNotEqual(model[field], type_.null)
|
||||
|
||||
for field, type_ in model._fields.items():
|
||||
|
|
|
|||
Loading…
Reference in a new issue