remove an errant console.log

This commit is contained in:
Ryan Petrello 2019-03-25 15:24:34 -04:00
parent ace459cf70
commit 8674e3b4de
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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;