Skip to content

Commit f47da75

Browse files
committed
Remove debug print statement from should_process_pr_logic function
1 parent 42557fe commit f47da75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pr_agent/servers/bitbucket_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def should_process_pr_logic(data) -> bool:
165165
return False
166166
except Exception as e:
167167
get_logger().error(f"Failed 'should_process_pr_logic': {e}")
168-
print("DEBUG: Returning True from should_process_pr_logic")
169168
return True
170169

171170

0 commit comments

Comments
 (0)