From ac76423a93cf08b0d333898385e9b2ab8ae1441e Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 11 May 2015 13:02:46 -0400 Subject: [PATCH] accidentally left a console.log in the code --- awx/ui/static/js/shared/Utilities.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/js/shared/Utilities.js b/awx/ui/static/js/shared/Utilities.js index 4af3440da6..9731dde633 100644 --- a/awx/ui/static/js/shared/Utilities.js +++ b/awx/ui/static/js/shared/Utilities.js @@ -605,7 +605,6 @@ angular.module('Utilities', ['RestServices', 'Utilities', 'sanitizeFilter']) bottom: 15, right: 15 }).fadeIn(400); - console.log("got here"); } else if (directive === 'stop' && $rootScope.waiting) { $('.spinny, .overlay').fadeOut(400, function () { $rootScope.waiting = false;