got rid of some debug

This commit is contained in:
JT Smith 2006-04-19 21:21:05 +00:00
parent 2230f2fcc6
commit 4bcbc4959e

View file

@ -545,7 +545,6 @@ sub getEditForm {
# process errors
my $errors = $self->session->stow->get('editFormErrors');
print "[$errors]";
if ($errors) {
$tabform->getTab("properties")->readOnly(
-value=>"<p>Some error(s) occurred:<ul><li>".join('</li><li>', @$errors).'</li></ul></p>',