浏览代码

removed console.log

Daniel 9 年之前
父节点
当前提交
ec531e5c79
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ) {
-		console.log("updateUI called");
+
 		objectType.setValue( object.type );
 
 		objectUUID.setValue( object.uuid );