File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
vpython/vpython_libraries Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -807,7 +807,6 @@ function handle_cmds(dcmds) {
807807 }
808808 case 'local_light' : {
809809 let g = glowObjs [ idx ] = local_light ( cfg )
810- console . log ( g )
811810 if ( cfg . offset !== undefined ) { // mocking up attach_light
812811 g . __obj = glowObjs [ cfg . attach_idx ]
813812 g . canvas . attached_lights . push ( g )
Original file line number Diff line number Diff line change 725725 }
726726 case 'local_light' : {
727727 let g = glowObjs [ idx ] = local_light ( cfg )
728- console . log ( g )
729728 if ( cfg . offset !== undefined ) { // mocking up attach_light
730729 g . __obj = glowObjs [ cfg . attach_idx ]
731730 g . canvas . attached_lights . push ( g )
Original file line number Diff line number Diff line change @@ -775,7 +775,6 @@ function handle_cmds(dcmds) {
775775 }
776776 case 'local_light' : {
777777 let g = glowObjs [ idx ] = local_light ( cfg )
778- console . log ( g )
779778 if ( cfg . offset !== undefined ) { // mocking up attach_light
780779 g . __obj = glowObjs [ cfg . attach_idx ]
781780 g . canvas . attached_lights . push ( g )
You can’t perform that action at this time.
0 commit comments