Skip to content

Commit 876098f

Browse files
committed
Remove debug prints from builder
1 parent f4b215e commit 876098f

File tree

1 file changed

+0
-2
lines changed
  • redis_benchmarks_specification/__builder__

1 file changed

+0
-2
lines changed

redis_benchmarks_specification/__builder__/builder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def builder_process_stream(
381381
# build_vars_str,
382382
# )
383383
build_command = "sh -c 'make -j'"
384-
print(f"Marcin debug: build_config: {build_config}")
385384
if "build_command" in build_config:
386385
build_command = build_config["build_command"]
387386
if b"build_command" in testDetails:
@@ -650,7 +649,6 @@ def generate_benchmark_stream_request(
650649
build_stream_fields["git_timestamp_ms"] = git_timestamp_ms
651650

652651
prefix = f"github_org={github_org}/github_repo={github_repo}/git_branch={str(git_branch)}/git_version={str(git_version)}/git_hash={str(git_hash)}"
653-
print(f"Marcin debug: build_artifacts: {build_artifacts}")
654652
for artifact in build_artifacts:
655653
bin_key = f"zipped:artifacts:{prefix}:{id}:{artifact}.zip"
656654
if artifact == "redisearch.so":

0 commit comments

Comments
 (0)