3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 13:02:57 +02:00

remove extra debug

This commit is contained in:
Stephen Birarda 2014-03-18 12:27:45 -07:00
parent 201117c343
commit db25ae8865

View file

@ -1189,8 +1189,6 @@ void MyAvatar::goToLocationFromResponse(const QJsonObject& jsonObject) {
NodeList::getInstance()->getDomainInfo().setHostname(domainHostnameString);
qDebug() << orientationItems[0] << orientationItems[1] << orientationItems[2];
// orient the user to face the target
glm::quat newOrientation = glm::quat(glm::radians(glm::vec3(orientationItems[0].toFloat(),
orientationItems[1].toFloat(),