diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index b4a27cb..1f4f2d0 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -34,9 +34,6 @@ sub new { # this list of valid commands should probably be a method or a set of methods $self->{_commands} = \%commands; - # TCPServer handles plugin loader - #$self->load_plugins; - $self; }