From d22d1ea567db6100426ff741705a5afc227f66b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 6 Oct 2018 16:15:31 +0200 Subject: [PATCH] remove leftover debug print --- allauth_ens/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/allauth_ens/tests.py b/allauth_ens/tests.py index 9d0e366..f8bf5c0 100644 --- a/allauth_ens/tests.py +++ b/allauth_ens/tests.py @@ -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)