Skip to content
Snippets Groups Projects
Unverified Commit 66e8dcb9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Profile: remove unused compute_effective_visibility function

parent 0e4bafaf
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,6 @@ use DateTime;
# Internal Helpers
sub compute_effective_visibility {
my ( $self, $default_visibility, $journey_visibility ) = @_;
if ( $journey_visibility eq 'default' ) {
return $default_visibility;
}
return $journey_visibility;
}
sub status_token_ok {
my ( $self, $status, $ts2_ext ) = @_;
my $token = $self->param('token') // q{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment