From eaf98eb1ecf061f621c8d4a673a3499ee22d2a9e Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 29 May 2015 13:36:42 -0400 Subject: [PATCH] debug_mode should not be true --- awx/ui/static/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/config.js b/awx/ui/static/js/config.js index 879d379630..6c3a3d687e 100644 --- a/awx/ui/static/js/config.js +++ b/awx/ui/static/js/config.js @@ -25,7 +25,7 @@ tooltip_delay: {show: 500, hide: 100}, // Default number of milliseconds to delay displaying/hiding tooltips - debug_mode: true, // Enable console logging messages + debug_mode: false, // Enable console logging messages password_length: 8, // Minimum user password length. Set to 0 to not set a limit password_hasLowercase: true, // require a lowercase letter in the password