summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-07-12 15:38:19 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-07-12 15:38:19 +0300
commitc9a8de49df04c55b94eee0fe5fb1eb628701cdcb (patch)
tree12a08ddd740534f50d5bcd2ac7d398ecf87ceaff /indra
parente84e65e88f9953fbc7f88408c9c2821f97f4dee6 (diff)
fix for 'Run' button
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterluadebug.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloaterluadebug.cpp b/indra/newview/llfloaterluadebug.cpp
index 9981126e4f..ef24481464 100644
--- a/indra/newview/llfloaterluadebug.cpp
+++ b/indra/newview/llfloaterluadebug.cpp
@@ -104,12 +104,6 @@ void LLFloaterLUADebug::onBtnBrowse()
void LLFloaterLUADebug::onBtnRun()
{
- if (mExecuting)
- {
- LL_DEBUGS("Lua") << "recursive call to onBtnRun()" << LL_ENDL;
- return;
- }
- TempSet executing(mExecuting, true);
std::vector<std::string> filenames;
std::string filepath = mScriptPath->getText();
if (!filepath.empty())