remove logging

This commit is contained in:
James B. Pollack 2016-06-29 11:07:48 -07:00
parent fcb6e7869d
commit 0e3b54c130

View file

@ -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();