diff --git a/ResearchKit/ActiveTasks/ORKRangeOfMotionStepViewController.m b/ResearchKit/ActiveTasks/ORKRangeOfMotionStepViewController.m index 0c36ec03..a3f300ae 100644 --- a/ResearchKit/ActiveTasks/ORKRangeOfMotionStepViewController.m +++ b/ResearchKit/ActiveTasks/ORKRangeOfMotionStepViewController.m @@ -196,7 +196,6 @@ double y = attitude.quaternion.y; double z = attitude.quaternion.z; angle = radiansToDegrees(allOrientationsForRoll(x, w, y, z)); - } else { double x = attitude.quaternion.x; double w = attitude.quaternion.w;