diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 12:06:44 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 12:06:44 +0100 |
commit | 5b3f293453af7c54ef5c1913c706982ece8be1d0 (patch) | |
tree | ba24e7e3da2df4aa548c0fb1bd17784f2722a1fe /indra/newview/llscriptfloater.cpp | |
parent | dd6a77c9e1baeec7276d3599b73d5cde384e810f (diff) |
more de-crufting.
Diffstat (limited to 'indra/newview/llscriptfloater.cpp')
-rw-r--r-- | indra/newview/llscriptfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llscriptfloater.cpp b/indra/newview/llscriptfloater.cpp index 53a5881f4b..170e23e4c5 100644 --- a/indra/newview/llscriptfloater.cpp +++ b/indra/newview/llscriptfloater.cpp @@ -592,7 +592,6 @@ bool LLScriptFloater::isScriptTextbox(LLNotificationPtr notification) for (int i=0; i<num_options; ++i) { LLSD form_element = form->getElement(i); - llwarns << form_element << llendl; if (form_element["name"].asString() == TEXTBOX_MAGIC_TOKEN) { return true; |