settings: Eliminate remaining NEW_USER_BOT code.

I somehow missed this when removing the rest of the custom
NEW_USER_BOT logic.

This may fix a Casper test that has been failing.
This commit is contained in:
Tim Abbott
2018-03-30 09:13:10 -07:00
parent 9ce9c2f9db
commit 5c1dd162be
4 changed files with 3 additions and 14 deletions

View File

@@ -51,7 +51,6 @@ function _setup_page() {
realm_message_retention_days: page_params.realm_message_retention_days,
realm_allow_edit_history: page_params.realm_allow_edit_history,
language_list: page_params.language_list,
new_user_bot_configured: page_params.new_user_bot_configured,
realm_default_language: page_params.realm_default_language,
realm_waiting_period_threshold: page_params.realm_waiting_period_threshold,
realm_notifications_stream_id: page_params.realm_notifications_stream_id,