Skip to content

Commit f2832ed

Browse files
Merge pull request #188 from vpython/remove_log
Delete an unneded console.log
2 parents 9a31252 + bf37f27 commit f2832ed

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

labextension/vpython/src/glowcommlab.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

vpython/vpython_libraries/glowcomm.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@
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)

vpython/vpython_libraries/glowcomm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)