diff --git a/awx/ui/client/src/activity-stream/factories/build-anchor.factory.js b/awx/ui/client/src/activity-stream/factories/build-anchor.factory.js index aa87c91556..f29769b222 100644 --- a/awx/ui/client/src/activity-stream/factories/build-anchor.factory.js +++ b/awx/ui/client/src/activity-stream/factories/build-anchor.factory.js @@ -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;