Matt says wipe it!

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@311 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Robert Spier 2004-09-07 15:08:26 +00:00
parent fd1cf0b9b0
commit fb3f0b4604

View File

@ -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;
}