Remove debug logging now that CodSpeed is working

This commit is contained in:
J. Nick Koston
2026-03-16 21:59:36 -10:00
parent f7d4b437d0
commit 6b88820400
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -61,9 +61,6 @@ def run_benchmarks(selected_components: list[str], build_only: bool = False) ->
**PLATFORMIO_OPTIONS,
"build_flags": PLATFORMIO_OPTIONS["build_flags"] + codspeed_flags,
}
print(f"CodSpeed library: {lib_config['lib_path']}", file=sys.stderr)
print(f"CodSpeed build flags: {codspeed_flags}", file=sys.stderr)
print(f"PlatformIO options: {pio_options}", file=sys.stderr)
else:
benchmark_lib = PLATFORMIO_GOOGLE_BENCHMARK_LIB