remove orientation string debug

This commit is contained in:
Stephen Birarda 2014-03-18 12:05:32 -07:00
parent 05e2bb8022
commit c7c51c7504

View file

@ -1159,8 +1159,6 @@ void MyAvatar::updateLocationInDataServer() {
QString positionString(createByteArray(_position));
QString orientationString(createByteArray(glm::degrees(safeEulerAngles(getOrientation()))));
qDebug() << orientationString;
// construct the json to put the user's location
QString locationPutJson = QString() + "{\"address\":{\"position\":\""
+ positionString + "\", \"orientation\":\"" + orientationString + "\"}}";