diff options
author | callum_linden <none@none> | 2014-02-04 13:58:29 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2014-02-04 13:58:29 -0800 |
commit | 385fad27853ed5c5bf37dfe868a9d3eb94e6be10 (patch) | |
tree | a553e1d5025c1c135013c09f9d661356f8289e03 /indra/newview | |
parent | a0a4a0736d93e0ab4f397281e38bf21f2f2f1425 (diff) |
Remove debugging code that reset page URL
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llpanellogin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 60208c92b0..557c67f2d7 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -881,8 +881,7 @@ void LLPanelLogin::loadLoginPage() if (web_browser->getCurrentNavUrl() != login_uri.asString()) { LL_DEBUGS("AppInit") << "loading: " << login_uri << LL_ENDL; - //web_browser->navigateTo( login_uri.asString(), "text/html" ); - web_browser->navigateTo("http://127.0.0.1:8000/login.html"); + web_browser->navigateTo( login_uri.asString(), "text/html" ); } } |