mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
fix: remove line
This commit is contained in:
parent
7ccefca35e
commit
be93c52380
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ async def gitlab_webhook(background_tasks: BackgroundTasks, request: Request):
|
|||
title = data['object_attributes'].get('title')
|
||||
url = data['object_attributes'].get('url')
|
||||
draft = data['object_attributes'].get('draft')
|
||||
|
||||
get_logger().info(f"New merge request: {url}")
|
||||
|
||||
if draft:
|
||||
|
|
|
|||
Loading…
Reference in a new issue