Browse Source

Debug code removed

Elijah Snyder 9 years ago
parent
commit
9f736d8ca6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_loader_amf.html

+ 0 - 1
examples/webgl_loader_amf.html

@@ -97,7 +97,6 @@
 
 				loader.load( './models/amf/rook.amf', function ( amfobject ) {
 
-					document.amfobject = amfobject;
 					scene.add( amfobject );
 					render();