diff options
author | Jonathan Yap <none@none> | 2012-04-06 09:04:51 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-04-06 09:04:51 -0400 |
commit | e4782045260259b59c3f91a2c5132fc6cf429622 (patch) | |
tree | 659a813da970fd051c1e9677baf6f1cb32243628 /indra/newview/llcompilequeue.cpp | |
parent | 439a7df6ba40e34d390eee7849879a41cc2785de (diff) |
STORM-1833 Square char is presented in list of recompilation for script with error
Subtask of STORM-637
Diffstat (limited to 'indra/newview/llcompilequeue.cpp')
-rw-r--r-- | indra/newview/llcompilequeue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llcompilequeue.cpp b/indra/newview/llcompilequeue.cpp index 91cf630932..4f5f9e22b6 100644 --- a/indra/newview/llcompilequeue.cpp +++ b/indra/newview/llcompilequeue.cpp @@ -159,7 +159,6 @@ void LLFloaterScriptQueue::addObject(const LLUUID& id) BOOL LLFloaterScriptQueue::start() { - //llinfos << "LLFloaterCompileQueue::start()" << llendl; std::string buffer; LLSelectMgr *mgr = LLSelectMgr::getInstance(); |