Skip to content

Commit ec531e5

Browse files
committed
removed console.log
1 parent 3c281b2 commit ec531e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/js/Sidebar.Object3D.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Sidebar.Object3D = function ( editor ) {
551551
} );
552552

553553
function updateUI( object ) {
554-
console.log("updateUI called");
554+
555555
objectType.setValue( object.type );
556556

557557
objectUUID.setValue( object.uuid );

0 commit comments

Comments
 (0)