remove diag output

This commit is contained in:
Colin Kuskie 2006-04-19 15:42:12 +00:00
parent 9df4b8b2bd
commit e3209b234e
17 changed files with 0 additions and 47 deletions

View file

@ -41,7 +41,6 @@ $numTests = (2 * scalar @formTypes) + 1;
plan tests => $numTests;
diag("Planning on running $numTests tests\n");
foreach my $formType (@formTypes) {
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);