removing debug statement

This commit is contained in:
Wayne Chen 2018-11-07 14:05:50 -08:00
parent 8e075c2a7c
commit b837cbd8a0

View file

@ -8511,7 +8511,6 @@ void Application::createLoginDialogOverlay() {
// reference vector for overlay to spawn.
glm::vec3 refOverlayVec;
if (headPose.isValid()) {
qDebug() << "controller head position = " << vec3toVariant(headPose.translation);
refOverlayVec = headPose.translation;
} else if (HMD->getPosition() != glm::vec3()) {
refOverlayVec = HMD->getPosition();