diff --git a/components/Viro3DObject.tsx b/components/Viro3DObject.tsx index f8981dcb..3efd84a8 100644 --- a/components/Viro3DObject.tsx +++ b/components/Viro3DObject.tsx @@ -53,8 +53,6 @@ export class Viro3DObject extends ViroBase { resolveAssetSource(resource) ); - console.log("RESOURCES", resources); - // Since materials and transformBehaviors can be either a string or an array, convert the string to a 1-element array. const materials = typeof this.props.materials === "string"