mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Removing console.logs
This commit is contained in:
parent
c721e234e2
commit
d3aadd4847
@ -6,12 +6,10 @@ export default ['Rest', '$q', 'GetBasePath', 'Wait', 'ProcessErrors', '$log', fu
|
||||
var obj = {};
|
||||
// build the value (key)
|
||||
var value;
|
||||
console.log(field)
|
||||
if (field.searchField && field.filterBySearchField === true){
|
||||
value = field.searchField;
|
||||
}
|
||||
else if (field.sourceModel && field.sourceField) {
|
||||
console.log('condition met 2')
|
||||
value = field.sourceModel + '__' + field.sourceField;
|
||||
obj.related = true;
|
||||
} else if (typeof(field.key) === String) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user