Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 11, 2024
1 parent cf3a807 commit 55ed398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/ebpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ def _try_delete_github_comment(msg: str):

current_branch_artifacts_path = Path(current_branch_artifacts_path)
complexity_files = list(current_branch_artifacts_path.glob("verifier-complexity-*.tar.gz"))
print(complexity_files)
if len(complexity_files) == 0:
_try_delete_github_comment(
f"No complexity data found for the current branch at {current_branch_artifacts_path}"
Expand Down

0 comments on commit 55ed398

Please sign in to comment.