Skip to content

Commit f2b40e1

Browse files
committed
remove print statement
1 parent 711f7f9 commit f2b40e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eb_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ def parse_hook_bump_rust_version_in_2022b_for_a64fx(ec, eprefix):
448448
tcname=ec['toolchain']['name'], tcversion=ec['toolchain']['version']):
449449

450450
build_deps = ec['builddependencies']
451-
print(build_deps)
452451
rust_name = 'Rust'
453452
rust_original_version = '1.65.0'
454453
rust_new_version = '1.75.0'

0 commit comments

Comments
 (0)