diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-01 14:42:12 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-01 14:42:12 -0800 |
commit | 18dbbb4fa45fae8fc9d74eb040308e96abd9e749 (patch) | |
tree | ba277b6e6ff5eca771b01aecc5e205f7416284a5 /indra/newview | |
parent | ef07a4b239cb111ec17d7a7a90c161aff9821441 (diff) |
download progress events.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b6f52e3e15..aa20ff55b6 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2402,7 +2402,6 @@ namespace { LLNotificationsUtil::add("FailedUpdateInstall"); break; default: - llinfos << "unhandled update event " << evt << llendl; break; } |