remove leftover debug print
This commit is contained in:
parent
4a119c7d13
commit
d22d1ea567
1 changed files with 0 additions and 1 deletions
|
@ -375,5 +375,4 @@ class LongTermClipperTests(CASTestCase):
|
|||
for uid in uids:
|
||||
with self.assertRaises(ValueError) as cm:
|
||||
get_ldap_infos(uid)
|
||||
print(cm.exception)
|
||||
self.assertIn(uid, cm.exception.message)
|
||||
|
|
Loading…
Reference in a new issue