Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder committed Jan 30, 2024
1 parent 174490c commit a104345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions varats/varats/experiments/vara/feature_perf_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,9 @@ def setup_actions_for_vara_experiment(
patches = patch_provider.get_patches_for_revision(
ShortCommitHash(project.version_of_primary)
)[IDENTIFIER_PATCH_TAG]
print(f"{patches=}")

patch_steps = []
for patch in patches:
print(f"Got patch with path: {patch.path}")
patch_steps.append(ApplyPatch(project, patch))
patch_steps.append(ReCompile(project))
patch_steps.append(
Expand Down

0 comments on commit a104345

Please sign in to comment.