Removed an erroneous comment, which should be the last traces of the old problem of the lack of a configuration file being a fatal error.

This commit is contained in:
ian%hixie.ch 2002-01-31 18:30:21 +00:00
Родитель b15921f8f4
Коммит 277521049c
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -33,12 +33,6 @@ use PLIF::Database;
@ISA = qw(PLIF::Database);
1;
# WARNING XXX
# Reading without create a file first will FAIL!
#
# You must run the equivalent of an installer program to ensure the
# configuration file exists
sub init {
my $self = shift;
my($app) = @_;