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) {
807
807
}
808
808
case 'local_light' : {
809
809
let g = glowObjs [ idx ] = local_light ( cfg )
810
- console . log ( g )
811
810
if ( cfg . offset !== undefined ) { // mocking up attach_light
812
811
g . __obj = glowObjs [ cfg . attach_idx ]
813
812
g . canvas . attached_lights . push ( g )
Original file line number Diff line number Diff line change 725
725
}
726
726
case 'local_light' : {
727
727
let g = glowObjs [ idx ] = local_light ( cfg )
728
- console . log ( g )
729
728
if ( cfg . offset !== undefined ) { // mocking up attach_light
730
729
g . __obj = glowObjs [ cfg . attach_idx ]
731
730
g . canvas . attached_lights . push ( g )
Original file line number Diff line number Diff line change @@ -775,7 +775,6 @@ function handle_cmds(dcmds) {
775
775
}
776
776
case 'local_light' : {
777
777
let g = glowObjs [ idx ] = local_light ( cfg )
778
- console . log ( g )
779
778
if ( cfg . offset !== undefined ) { // mocking up attach_light
780
779
g . __obj = glowObjs [ cfg . attach_idx ]
781
780
g . canvas . attached_lights . push ( g )
You can’t perform that action at this time.
0 commit comments