dmarc: remove useless comment

This commit is contained in:
Matt Simerson 2013-04-20 20:14:07 -04:00
parent 268cd1137c
commit a0dba47741

View File

@ -102,8 +102,6 @@ use warnings;
use Qpsmtpd::Constants; use Qpsmtpd::Constants;
#use Socket qw(:DEFAULT :crlf);
sub init { sub init {
my ($self, $qp) = (shift, shift); my ($self, $qp) = (shift, shift);
$self->{_args} = { @_ }; $self->{_args} = { @_ };