remove debug print

This commit is contained in:
Qwann 2018-03-28 19:09:46 +02:00
parent 9ec1dae1c5
commit 3be031957f

View file

@ -55,7 +55,6 @@ class ClipperProvider(CASProvider):
common['email'] = self.extract_email(data)
common['name'] = fn
common['last_name'] = ln
print(common)
return common
def extract_email_addresses(self, data):