Remove logging from pr_agent.py and add line breaks in cli.py and github_action_runner.py

This commit is contained in:
mrT23
2023-12-14 09:08:47 +02:00
parent 38ea9143f3
commit 02871b1e3d
3 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,6 @@ class PRAgent:
if notify:
notify()
get_logger().info(f"Class: {command2class[action]}")
await command2class[action](pr_url, ai_handler=self.ai_handler, args=args).run()
else:
return False