From a54a40dc2cb1555b4973489d83e57d449bc19c9c Mon Sep 17 00:00:00 2001
From: Phil Palmer <hifi@programmerart.org>
Date: Mon, 4 Jan 2021 15:49:26 -0500
Subject: [PATCH] Apply suggestion from code review: fix debug message.

---
 interface/src/avatar/MyAvatar.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/interface/src/avatar/MyAvatar.cpp b/interface/src/avatar/MyAvatar.cpp
index 908f42c41d..0f66f3bb41 100644
--- a/interface/src/avatar/MyAvatar.cpp
+++ b/interface/src/avatar/MyAvatar.cpp
@@ -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.