deleted unnessary log message

This commit is contained in:
ericrius1 2015-07-16 13:38:39 -07:00
parent f7108ccff8
commit 66154d20e0

View file

@ -386,7 +386,6 @@ function resetToHand() { // For use with controllers, puts the sword in contact
function mouseMoveEvent(event) {
//When a controller like the hydra gives a mouse event, the x/y is not meaningful to us, but we can detect with a truty deviceID
if (event.deviceID || !isFighting() || isControllerActive()) {
print('Attempting attachment reset');
resetToHand();
return;
}