remove debug print

This commit is contained in:
Seth Alves 2017-03-06 11:45:49 -08:00 committed by Chris Collins
parent e076b32f9c
commit 74323cb1f0

View file

@ -3195,7 +3195,6 @@ function MyController(hand) {
// we appear to be holding something and this script isn't in a state that would be holding something.
// unhook it. if we previously took note of this entity's parent, put it back where it was. This
// works around some problems that happen when more than one hand or avatar is passing something around.
print("disconnecting stray child of hand: (" + _this.hand + ") " + childID);
if (_this.previousParentID[childID]) {
var previousParentID = _this.previousParentID[childID];
var previousParentJointIndex = _this.previousParentJointIndex[childID];