remove debug info

This commit is contained in:
Antonio J. Delgado 2022-06-13 21:13:01 +03:00
parent 365d8b5daf
commit 65358d1097

View file

@ -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)"