remove debug print
This commit is contained in:
parent
9ec1dae1c5
commit
3be031957f
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue