1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Removed console

This commit is contained in:
Michael Abashian 2017-03-01 14:14:08 -05:00
parent 2610009b56
commit 2697fcdbc3

View File

@ -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));