Remove pointless assignment
This commit is contained in:
parent
e573c2fd9f
commit
4539ad327f
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class DebugAdapterConnection( object ):
|
|||
|
||||
while True:
|
||||
if self._state == 'READ_HEADER':
|
||||
data = self._ReadHeaders()
|
||||
self._ReadHeaders()
|
||||
|
||||
if self._state == 'READ_BODY':
|
||||
self._ReadBody()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue