1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Removed console.log

This commit is contained in:
Michael Abashian 2017-05-30 14:12:57 -04:00
parent e9f4c4f7b5
commit e8573179c5

View File

@ -592,12 +592,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
var key, i = field.icons[idx];
for (key in i) {
field[key] = i[key];
}console.log(BuildLink({
list: list,
field: field,
fld: fld,
base: field.linkBase || base
}) + ' ');
}
html += BuildLink({
list: list,
field: field,