diff --git a/pr_agent/servers/github_action_runner.py b/pr_agent/servers/github_action_runner.py index 6b9141bf..6127b9d2 100644 --- a/pr_agent/servers/github_action_runner.py +++ b/pr_agent/servers/github_action_runner.py @@ -19,7 +19,6 @@ def run_action(): RUNNER_DEBUG = os.environ.get('RUNNER_DEBUG', None) if not RUNNER_DEBUG: print("RUNNER_DEBUG not set") - return ### DEBUG print(event_payload) print(GITHUB_REPOSITORY)