--- trunk/run.pl 2005/12/16 01:04:20 255 +++ trunk/run.pl 2005/12/16 21:09:42 268 @@ -76,8 +76,6 @@ foreach my $input (@inputs) { -print Dumper($input); - my $type = lc($input->{type}); die "I know only how to handle input type isis, not '$type'!\n" unless ($type eq 'isis');