summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-18 16:54:37 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-18 16:54:37 -0400
commitf88594599c01edff981b6d070f84566fcb7d4ecf (patch)
treec9bd41bd89ef234a9c7dc3b65183925bf7582215 /indra
parent8ed4b4d3dffaba6f1faaba50cf0fc40af78a38a5 (diff)
SH-4237 WIP - removed somewhat misleading warning
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llaisapi.cpp5
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.