Skip to content

Commit c6fd59e

Browse files
authored
Remove leftover code from debugging/designing (#984)
1 parent de251fe commit c6fd59e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/neo4j/debug.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,3 @@ def watch(
230230
task_info=task_info)
231231
watcher.watch()
232232
return watcher
233-
234-
235-
class Connection:
236-
def connect(self):
237-
self.hello() # buffer HELLO message
238-
self.logon() # buffer LOGON message
239-
self.send_and_receive() # send HELLO and LOGON, receive 2x SUCCESS
240-
241-
def reauth(self):
242-
self.logoff() # buffer LOGOFF message
243-
self.logon() # buffer LOGON message
244-
self.send_and_receive() # send LOGOFF and LOGON, receive 2x SUCCESS

0 commit comments

Comments
 (0)