Apply suggestion from code review: fix debug message.

This commit is contained in:
Phil Palmer 2021-01-04 15:49:26 -05:00
parent 5d1bd5cc19
commit a54a40dc2c

View file

@ -5257,8 +5257,7 @@ MyAvatar::SitStandModelType MyAvatar::getUserRecenterModel() const {
// Deprecated, will be removed.
bool MyAvatar::getIsSitStandStateLocked() const {
qCDebug(interfaceapp) << "MyAvatar.getIsSitStandStateLocked is deprecated and will be removed. If you need it, please "
"contact the developers. See also: MyAvatar.getUserRecenterModel.";
qCDebug(interfaceapp) << "MyAvatar.getIsSitStandStateLocked is deprecated and will be removed.";
// In the old code, the record of the user's sit/stand state was locked except when using
// SitStandModelType::Auto or SitStandModelType::DisableHMDLean.