diff --git a/views/default/forms/groups/killrequest.php b/views/default/forms/groups/killrequest.php index 90204ca6..b5312a9a 100644 --- a/views/default/forms/groups/killrequest.php +++ b/views/default/forms/groups/killrequest.php @@ -7,7 +7,6 @@ $relationship_id = (int) elgg_extract('relationship_id', $vars); $relationship = get_relationship($relationship_id); -error_log(var_export($relationship, true)); if (!$relationship instanceof ElggRelationship || $relationship->relationship !== 'membership_request') { throw new BadRequestException(); }