summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-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;