Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasharrysson committed Jul 6, 2023
1 parent fb24815 commit 7350082
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/MaterialXGenShader/HwShaderGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 7350082

Please sign in to comment.