Skip to content

Commit

Permalink
Remove diagnostic output
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 31, 2023
1 parent 86ffd7f commit 988ab2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ def compute_tree_fingerprint(self) -> str:
.decode("utf-8")
.split()[0]
)
print("fingerprint of", str(self.repo_path), "=", result)
return result

def get_sha_cache_entry(
Expand Down

0 comments on commit 988ab2c

Please sign in to comment.