Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 59531fa

Browse files
committed
remove unused method
1 parent 1100611 commit 59531fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pugdebug/debugger.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ def is_connected(self):
117117
def has_pending_connections(self):
118118
return len(self.connections) > 0
119119

120-
def is_waiting_for_connection(self):
121-
return len(self.connections) == 0
122-
123120
def start_debug(self):
124121
"""Start a debugging session
125122

0 commit comments

Comments
 (0)