summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-18 01:15:27 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-18 01:15:27 +0200
commitf98c1403fb47990181c504acfbf5d35a393225b7 (patch)
treec01511a7c6b6b420062ccba0e550e598c23d796b /indra/newview/llaisapi.cpp
parent70d99cde5826893be4964d4673ff875320b7220f (diff)
SL-18674 Reenable folder creation via AIS v3
Add item fetching via AIS v3
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r--indra/newview/llaisapi.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index 5e243476d8..ece03d6988 100644
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -632,11 +632,6 @@ void AISAPI::InvokeAISCommandCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t ht
LL_DEBUGS("Inventory") << result << LL_ENDL;
onUpdateReceived("AISCommand", result, type, body);
- if (type == FETCHITEM)
- {
- LL_WARNS() << "test" << LL_ENDL;
- }
-
if (callback && !callback.empty())
{
bool needs_callback = true;