Skip to content

Commit

Permalink
remove _generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 30, 2024
1 parent 2825f70 commit f58f105
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Perl/Maven/WebTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ sub mymaven {
return $mymaven->config( myhost() );
}

sub _generate_code {
my @chars = ( 'a' .. 'z', 'A' .. 'Z', 0 .. 9 );
my $code = time;
$code .= $chars[ rand( scalar @chars ) ] for 1 .. 20;
return $code;
}

sub logged_in {

#my $email = session('email');
Expand Down

0 comments on commit f58f105

Please sign in to comment.