1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 04:09:14 +02:00

Remove obsolete comment

This commit is contained in:
Daniel Berteaud 2015-02-12 13:05:30 +01:00
parent a100f6a8d6
commit 2186279348

View File

@ -118,7 +118,6 @@ helper valid_id => sub {
};
# Check email address
# TODO: replace with Email::Valid
helper valid_email => sub {
my $self = shift;
my ($email) = @_;