Skip to content

Commit

Permalink
removed test debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Feb 22, 2024
1 parent 21b6cfd commit 0751dee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fdlogger/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2631,9 +2631,7 @@ def save_changes(self):
def delete_contact(self):
"""delete the contact"""
oldguy = self.database.contact_by_id(self.theitem)
logging.critical(f"{oldguy=}")
self.database.delete_contact(self.theitem)
logging.critical(f"{self.theitem=}")
if window.connect_to_server:
stale = datetime.now() + timedelta(seconds=30)
command = {}
Expand Down

0 comments on commit 0751dee

Please sign in to comment.