Skip to content

Commit

Permalink
Remove spammy debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed Jan 23, 2020
1 parent a94ebb8 commit 01b49fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/bhyve/pybhyve/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ async def _request(self, method: str, endpoint: str, params: dict = None) -> lis
"Chrome/72.0.3626.81 Safari/537.36"
)

_LOGGER.debug("Making request: %s: %s %s", method, endpoint, params)

async with self._session.request(
method, url, params=params, headers=headers
) as resp:
Expand Down

0 comments on commit 01b49fd

Please sign in to comment.