Browse Source

removed console.log

Daniel 9 years ago
parent
commit
ec531e5c79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.Object3D.js

+ 1 - 1
editor/js/Sidebar.Object3D.js

@@ -551,7 +551,7 @@ Sidebar.Object3D = function ( editor ) {
 	} );
 	} );
 
 
 	function updateUI( object ) {
 	function updateUI( object ) {
-		console.log("updateUI called");
+
 		objectType.setValue( object.type );
 		objectType.setValue( object.type );
 
 
 		objectUUID.setValue( object.uuid );
 		objectUUID.setValue( object.uuid );