mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03: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
|
||||
// if a resource still exists, it'll be serialized in the activity's summary_fields
|
||||
if (!activity.summary_fields[resource]){
|
||||
console.log(activity);
|
||||
throw {name : 'ResourceDeleted', message: 'The referenced resource no longer exists'};
|
||||
}
|
||||
let name;
|
||||
|
||||
Reference in New Issue
Block a user