remove commented code

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@801 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Hanno Hecker 2007-09-26 18:02:24 +00:00
parent 85fd2dd40a
commit 5081901361

View File

@ -11,7 +11,6 @@ sub start_connection {
my $self = shift;
#reset info
# $self->{_connection} = Qpsmtpd::Connection->new(); #reset connection
$self->reset_connection; #reset connection
$self->reset_transaction;
$self->SUPER::start_connection(@_);