diff --git a/source/MaterialXGenShader/HwShaderGenerator.cpp b/source/MaterialXGenShader/HwShaderGenerator.cpp index 3fa70e2d3d..568c666478 100644 --- a/source/MaterialXGenShader/HwShaderGenerator.cpp +++ b/source/MaterialXGenShader/HwShaderGenerator.cpp @@ -465,9 +465,6 @@ void HwShaderGenerator::emitFunctionCall(const ShaderNode& node, GenContext& con return; } - emitComment("Emitting node '" + node.getName() + "'", stage); - - bool match = true; if (node.hasClassification(ShaderNode::Classification::CLOSURE) && !node.hasClassification(ShaderNode::Classification::SHADER))