remove debug info
This commit is contained in:
parent
365d8b5daf
commit
65358d1097
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ class find_duplicate_contacts:
|
|||
pprint(ddiff)
|
||||
advice1 = ""
|
||||
advice2 = ""
|
||||
print(ddiff.keys())
|
||||
if len(ddiff.keys()) == 1:
|
||||
if 'dictionary_item_added' in ddiff.keys():
|
||||
advice2 = "(Suggested)"
|
||||
|
|
Loading…
Reference in a new issue