diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-08-13 14:50:04 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-08-13 14:50:04 +0300 |
commit | 9f2e322c7eea6830d372943d74f986d299cd314a (patch) | |
tree | b9a9f7057fa1d1438db2b88761fcfd6a248516a5 /indra/newview/scripts/lua/test_group_chat.lua | |
parent | e363ae54b08842c628970e6d32eb5e6fea635469 (diff) |
clean up and add comment
Diffstat (limited to 'indra/newview/scripts/lua/test_group_chat.lua')
-rw-r--r-- | indra/newview/scripts/lua/test_group_chat.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/test_group_chat.lua b/indra/newview/scripts/lua/test_group_chat.lua index 6299ba535f..eaff07ed14 100644 --- a/indra/newview/scripts/lua/test_group_chat.lua +++ b/indra/newview/scripts/lua/test_group_chat.lua @@ -1,5 +1,4 @@ LLChat = require 'LLChat' -inspect = require 'inspect' LLAgent = require 'LLAgent' popup = require 'popup' |