mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Remove extra log lines from admin servicer (#143)
This commit is contained in:
parent
2db282c897
commit
baea5f8cdf
1 changed files with 0 additions and 2 deletions
|
|
@ -74,9 +74,7 @@ class SqueakAdminServerServicer(squeak_admin_pb2_grpc.SqueakAdminServicer):
|
|||
)
|
||||
|
||||
def GetSqueakProfileByAddress(self, request, context):
|
||||
logger.info("Got GetSqueakProfileByAddress request: {}".format(request))
|
||||
address = request.address
|
||||
logger.info("Got GetSqueakProfileByAddress request with address: {}".format(address))
|
||||
squeak_profile = self.handler.handle_get_squeak_profile_by_address(address)
|
||||
squeak_profile_msg = self._squeak_profile_to_message(squeak_profile)
|
||||
return squeak_admin_pb2.GetSqueakProfileReply(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue