Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 27, 2021
1 parent 6dd3805 commit e123f5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyhap/hap_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,7 @@ def _process_one_event(self) -> bool:
return True

if isinstance(event, h11.EndOfMessage):
time_before = time.time()
response = self.handler.dispatch(self.request, bytes(self.request_body))
logging.debug(
"Handling request: %s took %s seconds",
self.request,
time.time() - time_before,
)
self._process_response(response)
self.request = None
self.request_body = None
Expand Down

0 comments on commit e123f5d

Please sign in to comment.