summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-30 10:36:08 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-30 10:36:08 +0100
commit03842eebcf6cb01d9e0dbe493fad2af533a9333a (patch)
treebbd59172010c1445a6da57f3f8b9a5004d816cd2
parent793d6579fcfb427d9abafdcd728ef18887dbfc11 (diff)
remove more evil deadcode.
-rw-r--r--indra/newview/llnotificationscripthandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp
index eed0bdc15d..45590c3cdb 100644
--- a/indra/newview/llnotificationscripthandler.cpp
+++ b/indra/newview/llnotificationscripthandler.cpp
@@ -97,12 +97,10 @@ bool LLScriptHandler::processNotification(const LLSD& notify)
if(SCRIPT_DIALOG == notification->getName() || SCRIPT_DIALOG_GROUP == notification->getName() || SCRIPT_LOAD_URL == notification->getName())
{
- llwarns << "DUMB ROUTE" << llendl;
LLScriptFloaterManager::getInstance()->onAddNotification(notification->getID());
}
else
{
- llwarns << "SMART ROUTE" << llendl;
LLToastNotifyPanel* notify_box = new LLToastNotifyPanel(notification);
LLToast::Params p;