mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 17:44:17 +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
|
||||
var handToDisable = this.hand === 'right' ? 'left' : 'right';
|
||||
print("disabling hand: " + handToDisable);
|
||||
Messages.sendMessage('Hifi-Hand-Disabler', handToDisable);
|
||||
|
||||
var data = getEntityCustomData('grabbableKey', this.entityID, {});
|
||||
|
@ -202,7 +201,7 @@
|
|||
},
|
||||
|
||||
createArrow: function() {
|
||||
print('create arrow')
|
||||
// print('create arrow')
|
||||
this.playArrowNotchSound();
|
||||
|
||||
var arrow = Entities.addEntity({
|
||||
|
@ -486,7 +485,6 @@
|
|||
|
||||
var backHand = this.hand === 'left' ? 1 : 0;
|
||||
var haptic = Controller.triggerShortHapticPulse(1, backHand);
|
||||
print('JBP TRIGGERED HAPTIC ' + haptic +" hand: "+ backHand)
|
||||
|
||||
//clear the strings back to only the single straight one
|
||||
this.deleteStrings();
|
||||
|
|
Loading…
Reference in a new issue