diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-07-12 10:15:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 10:15:08 -0400 |
commit | dbfab7c12c47a2300854eb4e53b0ee68e2ff6e5e (patch) | |
tree | 12a08ddd740534f50d5bcd2ac7d398ecf87ceaff /indra/newview/llfloaterluadebug.cpp | |
parent | 014bfc04be6638533216f1ea18884d38632c5a99 (diff) | |
parent | c9a8de49df04c55b94eee0fe5fb1eb628701cdcb (diff) |
Merge pull request #2009 from secondlife/lua-llsd-debug-setting
Show description and actual value of LLSD type setting
Diffstat (limited to 'indra/newview/llfloaterluadebug.cpp')
-rw-r--r-- | indra/newview/llfloaterluadebug.cpp | 6 |
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()) |