diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-18 16:54:37 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-18 16:54:37 -0400 |
commit | f88594599c01edff981b6d070f84566fcb7d4ecf (patch) | |
tree | c9bd41bd89ef234a9c7dc3b65183925bf7582215 /indra | |
parent | 8ed4b4d3dffaba6f1faaba50cf0fc40af78a38a5 (diff) |
SH-4237 WIP - removed somewhat misleading warning
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llaisapi.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp index 7e751ad6c7..8037654812 100755 --- a/indra/newview/llaisapi.cpp +++ b/indra/newview/llaisapi.cpp @@ -313,12 +313,7 @@ void AISUpdate::parseUpdate(const LLSD& update) const LLSD& links = embedded["link"]; parseCreatedLinks(links); } - else - { - llwarns << "unrecognized embedded field " << field << llendl; - } } - } // Parse item update at the top level. |