diff --git a/src/GafferVDB/SphereLevelSet.cpp b/src/GafferVDB/SphereLevelSet.cpp index 6bab2b94daf..6f6c7f85099 100644 --- a/src/GafferVDB/SphereLevelSet.cpp +++ b/src/GafferVDB/SphereLevelSet.cpp @@ -161,7 +161,6 @@ IECore::ConstObjectPtr SphereLevelSet::computeSource( const Context *context ) c Canceller::check( context->canceller() ); - grid->addStatsMetadata(); grid->setName( gridPlug()->getValue() ); VDBObjectPtr newVDBObject = new VDBObject();