Skip to content

Commit

Permalink
noop: demote "Using server" log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 20, 2024
1 parent b9cf4b6 commit 31031fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexrpc/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, address=DEFAULT_PDS, access_token=None,
"""
super().__init__(**kwargs)

logger.debug(f'Using server at {address}')
# logger.debug(f'Using server at {address}')
assert address.startswith('http://') or address.startswith('https://'), \
f"{address} doesn't start with http:// or https://"
self.address = address
Expand Down

0 comments on commit 31031fb

Please sign in to comment.