Skip to content

Commit 504bdbe

Browse files
SS-JIAfacebook-github-bot
authored andcommitted
Remove print statement in SPIR-V compilation scripts
Summary: Remove print statements in SPIR-V compilation script to fix CI errors. Differential Revision: D59768872
1 parent d3c92de commit 504bdbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/runtime/gen_vulkan_spv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ def process_shader(shader_paths_pair):
676676
for arg in ["-I", src_dir_path]
677677
]
678678

679-
print("glslc cmd:", cmd)
680679
subprocess.check_call(cmd)
681680

682681
return (spv_out_path, glsl_out_path)

0 commit comments

Comments
 (0)