mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 05:01:09 -02:30
Merge pull request #3497 from ryanpetrello/whoops-dot-js
remove an errant console.log Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -10,7 +10,6 @@ export default function BuildAnchor($log, $filter) {
|
|||||||
// catch-all case to avoid generating urls if a resource has been deleted
|
// catch-all case to avoid generating urls if a resource has been deleted
|
||||||
// if a resource still exists, it'll be serialized in the activity's summary_fields
|
// if a resource still exists, it'll be serialized in the activity's summary_fields
|
||||||
if (!activity.summary_fields[resource]){
|
if (!activity.summary_fields[resource]){
|
||||||
console.log(activity);
|
|
||||||
throw {name : 'ResourceDeleted', message: 'The referenced resource no longer exists'};
|
throw {name : 'ResourceDeleted', message: 'The referenced resource no longer exists'};
|
||||||
}
|
}
|
||||||
let name;
|
let name;
|
||||||
|
|||||||
Reference in New Issue
Block a user