Skip to content

Commit

Permalink
Remove leftover code from debugging/designing (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Nov 20, 2023
1 parent de251fe commit c6fd59e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/neo4j/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,3 @@ def watch(
task_info=task_info)
watcher.watch()
return watcher


class Connection:
def connect(self):
self.hello() # buffer HELLO message
self.logon() # buffer LOGON message
self.send_and_receive() # send HELLO and LOGON, receive 2x SUCCESS

def reauth(self):
self.logoff() # buffer LOGOFF message
self.logon() # buffer LOGON message
self.send_and_receive() # send LOGOFF and LOGON, receive 2x SUCCESS

0 comments on commit c6fd59e

Please sign in to comment.