Skip to content

Commit abfa820

Browse files
committed
Remove unncessary info logging
1 parent 43c064c commit abfa820

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

slack_bolt/middleware/authorization/multi_teams_authorization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def process(
3636
team_id=req.context.team_id,
3737
user_id=req.context.user_id,
3838
)
39-
self.logger.info(auth_result)
4039
if auth_result is not None:
4140
req.context["authorize_result"] = auth_result
4241
token = auth_result.bot_token or auth_result.user_token

0 commit comments

Comments
 (0)