mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 07:12:50 +02:00
Remove AvatarTransit log spam
This commit is contained in:
parent
edb181bd16
commit
a67904212d
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ AvatarTransit::Status AvatarTransit::update(float deltaTime, const glm::vec3& av
|
||||||
_status = Status::ENDED;
|
_status = Status::ENDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (previousStatus != _status) {
|
|
||||||
qDebug(avatars_renderer) << "AvatarTransit " << avatarTransitStatusToStringMap[(int)previousStatus] << "->" << avatarTransitStatusToStringMap[_status];
|
|
||||||
}
|
|
||||||
return _status;
|
return _status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue