mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 22:40:12 +02:00
remove logging
This commit is contained in:
parent
fcb6e7869d
commit
0e3b54c130
1 changed files with 1 additions and 3 deletions
|
@ -143,7 +143,6 @@
|
||||||
|
|
||||||
//disable the opposite hand in handControllerGrab.js by message
|
//disable the opposite hand in handControllerGrab.js by message
|
||||||
var handToDisable = this.hand === 'right' ? 'left' : 'right';
|
var handToDisable = this.hand === 'right' ? 'left' : 'right';
|
||||||
print("disabling hand: " + handToDisable);
|
|
||||||
Messages.sendMessage('Hifi-Hand-Disabler', handToDisable);
|
Messages.sendMessage('Hifi-Hand-Disabler', handToDisable);
|
||||||
|
|
||||||
var data = getEntityCustomData('grabbableKey', this.entityID, {});
|
var data = getEntityCustomData('grabbableKey', this.entityID, {});
|
||||||
|
@ -202,7 +201,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
createArrow: function() {
|
createArrow: function() {
|
||||||
print('create arrow')
|
// print('create arrow')
|
||||||
this.playArrowNotchSound();
|
this.playArrowNotchSound();
|
||||||
|
|
||||||
var arrow = Entities.addEntity({
|
var arrow = Entities.addEntity({
|
||||||
|
@ -486,7 +485,6 @@
|
||||||
|
|
||||||
var backHand = this.hand === 'left' ? 1 : 0;
|
var backHand = this.hand === 'left' ? 1 : 0;
|
||||||
var haptic = Controller.triggerShortHapticPulse(1, backHand);
|
var haptic = Controller.triggerShortHapticPulse(1, backHand);
|
||||||
print('JBP TRIGGERED HAPTIC ' + haptic +" hand: "+ backHand)
|
|
||||||
|
|
||||||
//clear the strings back to only the single straight one
|
//clear the strings back to only the single straight one
|
||||||
this.deleteStrings();
|
this.deleteStrings();
|
||||||
|
|
Loading…
Reference in a new issue