Skip to content

Commit

Permalink
Removing unecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Dec 5, 2023
1 parent e79c3fa commit 521aced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/raft-ann-bench/src/raft-ann-bench/run/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def run_build_and_search(
):
for executable, ann_executable_path, algo in executables_to_run.keys():
# Need to write temporary configuration
print("ALGO: %s" % algo)
temp_conf_filename = f"{conf_filename}_{algo}_{uuid.uuid1()}.json"
with open(temp_conf_filename, "w") as f:
temp_conf = dict()
Expand Down

0 comments on commit 521aced

Please sign in to comment.