From 2697fcdbc3d156601d5dcaeeb91f615350aba68a Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 1 Mar 2017 14:14:08 -0500 Subject: [PATCH] Removed console --- awx/ui/client/src/shared/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/directives.js b/awx/ui/client/src/shared/directives.js index ee67afcc90..8ea5d37105 100644 --- a/awx/ui/client/src/shared/directives.js +++ b/awx/ui/client/src/shared/directives.js @@ -601,7 +601,7 @@ function(ConfigurationUtils, i18n, $rootScope) { function applyValidationStrategy(viewValue, ctrl) { // use supplied data attributes to build an endpoint, query, resolve outstanding promise - function applyValidation(viewValue) {console.log(viewValue); + function applyValidation(viewValue) { basePath = GetBasePath(elm.attr('data-basePath')) || elm.attr('data-basePath'); query = elm.attr('data-query'); query = query.replace(/\:value/, encodeURIComponent(viewValue));