Skip to content

Commit

Permalink
fixed: removed left over debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed May 29, 2020
1 parent 6357779 commit 35e0377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/default/forms/groups/killrequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 35e0377

Please sign in to comment.