diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-18 01:15:27 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-18 01:15:27 +0200 |
commit | f98c1403fb47990181c504acfbf5d35a393225b7 (patch) | |
tree | c01511a7c6b6b420062ccba0e550e598c23d796b /indra/newview/llaisapi.cpp | |
parent | 70d99cde5826893be4964d4673ff875320b7220f (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.cpp | 5 |
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; |