Merge pull request #13392 from roxanneskelly/roxie-bugfixes

Remove debug logging message spam for avatar entities that have scripts
This commit is contained in:
John Conklin II 2018-06-25 10:42:43 -07:00 committed by GitHub
commit 0e2675e0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,6 @@ void Avatar::updateAvatarEntities() {
// NOTE: if this avatar entity is not attached to us, strip its entity script completely...
auto attachedScript = properties.getScript();
if (!isMyAvatar() && !attachedScript.isEmpty()) {
qCDebug(avatars_renderer) << "removing entity script from avatar attached entity:" << entityID << "old script:" << attachedScript;
QString noScript;
properties.setScript(noScript);
}