diff --git a/src/nodes/core/AttributeNode.js b/src/nodes/core/AttributeNode.js
index 21b82995b99331..0e29008ef7e58e 100644
--- a/src/nodes/core/AttributeNode.js
+++ b/src/nodes/core/AttributeNode.js
@@ -125,8 +125,6 @@ class AttributeNode extends Node {
 
 		} else {
 
-			console.warn( `AttributeNode: Vertex attribute "${ attributeName }" not found on geometry.` );
-
 			return builder.generateConst( nodeType );
 
 		}