mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Remove debug print statement from should_process_pr_logic function
This commit is contained in:
parent
42557feb97
commit
f47da75e6f
1 changed files with 0 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ def should_process_pr_logic(data) -> bool:
|
|||
return False
|
||||
except Exception as e:
|
||||
get_logger().error(f"Failed 'should_process_pr_logic': {e}")
|
||||
print("DEBUG: Returning True from should_process_pr_logic")
|
||||
return True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue