diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 67a76460a71fcd0e6be3497946bc81c08ca31c76..506eba0683f6121eaa5e7fd7345d1d64e56977d5 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -786,6 +786,7 @@ bool idle_startup()
 			display_startup();
 			LLPanelLogin::giveFocus();
 
+			/* MAINT-3231 Don't show first run dialog
 			if (gSavedSettings.getBOOL("FirstLoginThisInstall"))
 			{
 				LL_INFOS("AppInit") << "FirstLoginThisInstall, calling show_first_run_dialog()" << LL_ENDL;
@@ -794,7 +795,7 @@ bool idle_startup()
 			else
 			{
 				LL_DEBUGS("AppInit") << "FirstLoginThisInstall off" << LL_ENDL;
-			}
+			}*/
 
 			LLStartUp::setStartupState( STATE_LOGIN_WAIT );		// Wait for user input
 		}