Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Oct 28, 2024
1 parent 7b2a6f9 commit 019b5df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/MaterialXCore/Value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ MX_CORE_API const AggregateValue& Value::asA<AggregateValue>() const
return *typedVal;
}

/// Return value string.
string AggregateValue::getValueString() const
{
if (_data.empty())
Expand Down

0 comments on commit 019b5df

Please sign in to comment.