forked from openlp/openlp
Remove debug print
This commit is contained in:
parent
4dd16d1bd6
commit
e3d163bf7a
@ -245,7 +245,6 @@ class TestInit(TestCase, TestMixin):
|
||||
result = clean_filename(invalid_name)
|
||||
|
||||
# THEN: The file name should be cleaned.
|
||||
print(result)
|
||||
assert wanted_name == result, 'The file name should not contain any special characters.'
|
||||
|
||||
def test_delete_file_no_path(self):
|
||||
|
Loading…
Reference in New Issue
Block a user