Removed a print statement

This commit is contained in:
Raoul Snyman 2017-02-02 20:15:02 -07:00
parent ed8304bfb6
commit e3ca228723
1 changed files with 0 additions and 1 deletions

View File

@ -103,6 +103,5 @@ class TestSongUsage(TestCase):
# WHEN: The plugin is initialised
# THEN: The defaults should be correct
print(__default_settings__)
for e_key, a_key in zip(expected_defaults, sorted(__default_settings__.keys())):
assert e_key == a_key, '{} != {}'.format(e_key, a_key)