1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Remove leftover

This commit is contained in:
Daniel Berteaud 2015-02-12 13:02:20 +01:00
parent a6beecdbd4
commit a100f6a8d6

View File

@ -132,7 +132,6 @@ helper valid_email => sub {
# Create a cookie based session
helper login => sub {
my $self = shift;
my $ret = {};
if ($self->session('name')){
return 1;
}