mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
remove an errant console.log
This commit is contained in:
parent
ace459cf70
commit
8674e3b4de
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user