mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Remove debug print statement from should_process_pr_logic function
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user