mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
Remove prints
This commit is contained in:
parent
5044f03a43
commit
097690caa8
@ -50,11 +50,7 @@ class PythonTwoRegressions(TestCase):
|
||||
continue
|
||||
|
||||
# iterAttributes will only work on loaded modules. So, load it.
|
||||
try:
|
||||
mod.load()
|
||||
except Exception as e:
|
||||
print(mod.name, ":", e)
|
||||
continue
|
||||
mod.load()
|
||||
|
||||
for attr in mod.iterAttributes():
|
||||
value = attr.load()
|
||||
@ -63,7 +59,7 @@ class PythonTwoRegressions(TestCase):
|
||||
newstyle.add(value)
|
||||
else:
|
||||
classic.add(value)
|
||||
print(newstyle)
|
||||
|
||||
self.assertThat(
|
||||
classic,
|
||||
Equals(set()),
|
||||
|
Loading…
Reference in New Issue
Block a user