mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
remove debugging print
This commit is contained in:
parent
7bc7bddc3a
commit
60f2314469
1 changed files with 0 additions and 2 deletions
|
@ -529,7 +529,6 @@ function MyController(hand) {
|
|||
};
|
||||
|
||||
this.updateParticleBeam = function(position, orientation, color, speed, spread, lifespan) {
|
||||
print('lifespan::' + lifespan);
|
||||
Entities.editEntity(this.particleBeam, {
|
||||
rotation: orientation,
|
||||
position: position,
|
||||
|
@ -538,7 +537,6 @@ function MyController(hand) {
|
|||
emitSpeed: speed,
|
||||
speedSpread:spread,
|
||||
lifespan: lifespan
|
||||
|
||||
})
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue