From 2b2fc9c947d054c8f9f1bd28c2a744a0cdb6c7bb Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Thu, 3 Jul 2025 21:18:50 -0400 Subject: [PATCH] stop printing out the compiled MSL --- projects/apis/metal/src/shader_module/metal_shader_module.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/apis/metal/src/shader_module/metal_shader_module.m b/projects/apis/metal/src/shader_module/metal_shader_module.m index f6d8c2c..c987cc0 100644 --- a/projects/apis/metal/src/shader_module/metal_shader_module.m +++ b/projects/apis/metal/src/shader_module/metal_shader_module.m @@ -127,8 +127,6 @@ gnReturnCode createMetalShaderModule(gnShaderModule module, gnDevice device, gnS [shaderLib release]; - printf("%s\n", result); - spvc_context_destroy(context); return GN_SUCCESS; }