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; }